From: Mike Frysinger Date: Sat, 13 Jun 2009 14:35:10 +0000 (-0400) Subject: Blackfin: pull in asm/io.h in ksyms for prototypes X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=abea0bc3d990e5d80f6112985cecee68922a08a3;p=deliverable%2Flinux.git 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. Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/kernel/bfin_ksyms.c b/arch/blackfin/kernel/bfin_ksyms.c index aa05e638fb7c..ed8392c117ea 100644 --- a/arch/blackfin/kernel/bfin_ksyms.c +++ b/arch/blackfin/kernel/bfin_ksyms.c @@ -10,6 +10,7 @@ #include #include +#include /* Allow people to have their own Blackfin exception handler in a module */ EXPORT_SYMBOL(bfin_return_from_exception);