[PATCH] gpio-patchset-fixups: include linux/io.h
authorJim Cromie <[email protected]>
Tue, 27 Jun 2006 09:54:25 +0000 (02:54 -0700)
committerLinus Torvalds <[email protected]>
Wed, 28 Jun 2006 00:32:43 +0000 (17:32 -0700)
Hmm.  Im somewhat ambivalent about this patch, since with it, driver wont
build for vanilla 17 or older.

Its also only 1/2 of your suggestion - when I tried it, I was building against
vanilla 17, and asm/uaccess.h cause compilation failure.  Looking back, Im
perplexed as to why linux/io.h didnt cause same failure ?!?

use linux/io.h rather than asm/io.h

Signed-off-by: Jim Cromie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/pc8736x_gpio.c

index 72dcf222f1410ef7d36619e5359ef45a1b417879..1c706ccfdbb36265aa3f66ac029007c73e684bc8 100644 (file)
 #include <linux/errno.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
+#include <linux/io.h>
 #include <linux/ioport.h>
 #include <linux/mutex.h>
 #include <linux/nsc_gpio.h>
 #include <linux/platform_device.h>
 #include <asm/uaccess.h>
-#include <asm/io.h>
 
 #define DEVNAME "pc8736x_gpio"