Title: [6811] trunk/arch/blackfin/kernel/bfin_ksyms.c: Blackfin: pull in asm/io.h in ksyms for prototypes
Revision
6811
Author
vapier
Date
2009-06-20 06:24:59 -0500 (Sat, 20 Jun 2009)

Log Message

Blackfin: pull in asm/io.h in ksyms for prototypes

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.

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/bfin_ksyms.c (6810 => 6811)


--- trunk/arch/blackfin/kernel/bfin_ksyms.c	2009-06-20 11:24:36 UTC (rev 6810)
+++ trunk/arch/blackfin/kernel/bfin_ksyms.c	2009-06-20 11:24:59 UTC (rev 6811)
@@ -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);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to