projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949ad0a
)
powerpc: fix i8042 module build error
author
Grant Likely
<grant.likely@secretlab.ca>
Sat, 7 Aug 2010 02:49:20 +0000
(20:49 -0600)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sat, 7 Aug 2010 02:49:20 +0000
(20:49 -0600)
of_i8042_{kbd,aux}_irq needs to be exported
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/kernel/setup-common.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/setup-common.c
b/arch/powerpc/kernel/setup-common.c
index 15ade0d7bbb274b6327abb79fd1a275da4956acb..9d4882a466471c5903ce4ff2f065723e0a5b682f 100644
(file)
--- a/
arch/powerpc/kernel/setup-common.c
+++ b/
arch/powerpc/kernel/setup-common.c
@@
-96,7
+96,9
@@
struct screen_info screen_info = {
/* Variables required to store legacy IO irq routing */
int of_i8042_kbd_irq;
+EXPORT_SYMBOL_GPL(of_i8042_kbd_irq);
int of_i8042_aux_irq;
+EXPORT_SYMBOL_GPL(of_i8042_aux_irq);
#ifdef __DO_IRQ_CANON
/* XXX should go elsewhere eventually */