Blackfin: pull in asm/io.h in ksyms for prototypes
authorMike Frysinger <vapier@gentoo.org>
Sat, 13 Jun 2009 14:35:10 +0000 (10:35 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 19 Jun 2009 01:40:44 +0000 (21:40 -0400)
Make sure we pull in asm/io.h when exporting symbols for the I/O functions
so we don't end up with a build failure due to missing prototypes.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/bfin_ksyms.c

index aa05e638fb7cb6fa3d4b5cd7e05b2c3ecc128eb1..ed8392c117eaa1d32d0e0623dc12788c4702095b 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/uaccess.h>
 
 #include <asm/cacheflush.h>
+#include <asm/io.h>
 
 /* Allow people to have their own Blackfin exception handler in a module */
 EXPORT_SYMBOL(bfin_return_from_exception);