diff options
Diffstat (limited to 'arch/powerpc/kernel/setup-common.c')
-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 */ |