i2c-bfin-twi: pull in io.h for ioremap()
authorMike Frysinger <vapier@gentoo.org>
Sun, 14 Jun 2009 05:55:37 +0000 (01:55 -0400)
committerBen Dooks <ben-linux@fluff.org>
Tue, 16 Jun 2009 21:42:15 +0000 (22:42 +0100)
Rather than relying on some of the headers implicitly pulling in io.h,
pull it in explicitly our self for ioremap() and friends.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-bfin-twi.c

index 26d8987..9fb114c 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/i2c.h>
+#include <linux/io.h>
 #include <linux/mm.h>
 #include <linux/timer.h>
 #include <linux/spinlock.h>