projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c369534
)
Blackfin: pull in asm/io.h in ksyms for prototypes
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 13 Jun 2009 14:35:10 +0000
(10:35 -0400)
committer
Mike 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/bfin_ksyms.c
b/arch/blackfin/kernel/bfin_ksyms.c
index aa05e638fb7cb6fa3d4b5cd7e05b2c3ecc128eb1..ed8392c117eaa1d32d0e0623dc12788c4702095b 100644
(file)
--- a/
arch/blackfin/kernel/bfin_ksyms.c
+++ b/
arch/blackfin/kernel/bfin_ksyms.c
@@
-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);