diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-08-06 22:49:20 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-08-06 22:49:20 -0400 |
commit | ee110066130b79b7abf63bbd836d382699252b81 (patch) | |
tree | 2bada434f7230d1aed8ca60867a0e85522d9bd6e | |
parent | 949ad0a783729ad8c2e8e5bcbbad5d05a60de616 (diff) |
powerpc: fix i8042 module build error
of_i8042_{kbd,aux}_irq needs to be exported
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 15ade0d7bbb2..9d4882a46647 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c | |||
@@ -96,7 +96,9 @@ struct screen_info screen_info = { | |||
96 | 96 | ||
97 | /* Variables required to store legacy IO irq routing */ | 97 | /* Variables required to store legacy IO irq routing */ |
98 | int of_i8042_kbd_irq; | 98 | int of_i8042_kbd_irq; |
99 | EXPORT_SYMBOL_GPL(of_i8042_kbd_irq); | ||
99 | int of_i8042_aux_irq; | 100 | int of_i8042_aux_irq; |
101 | EXPORT_SYMBOL_GPL(of_i8042_aux_irq); | ||
100 | 102 | ||
101 | #ifdef __DO_IRQ_CANON | 103 | #ifdef __DO_IRQ_CANON |
102 | /* XXX should go elsewhere eventually */ | 104 | /* XXX should go elsewhere eventually */ |