Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

c2port: fix build error for duramar2150 due to missing header.

This file needs the basic headers for resource management,
otherwise we will see this build error:

CC [M] drivers/misc/c2port/c2port-duramar2150.o
drivers/misc/c2port/c2port-duramar2150.c: In function ‘duramar2150_c2port_init’:
drivers/misc/c2port/c2port-duramar2150.c:125:2: error: implicit declaration of function ‘request_region’ [-Werror=implicit-function-declaration]
drivers/misc/c2port/c2port-duramar2150.c:139:2: error: implicit declaration of function ‘release_region’ [-Werror=implicit-function-declaration]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Paul Gortmaker and committed by
Greg Kroah-Hartman
ecd9d34a dcd6c922

+1
+1
drivers/misc/c2port/c2port-duramar2150.c
··· 15 15 #include <linux/module.h> 16 16 #include <linux/delay.h> 17 17 #include <linux/io.h> 18 + #include <linux/ioport.h> 18 19 #include <linux/c2port.h> 19 20 20 21 #define DATA_PORT 0x325