mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
powerpc: fix i8042 module build error
of_i8042_{kbd,aux}_irq needs to be exported Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
949ad0a783
commit
ee11006613
@ -96,7 +96,9 @@ struct screen_info screen_info = {
|
|||||||
|
|
||||||
/* Variables required to store legacy IO irq routing */
|
/* Variables required to store legacy IO irq routing */
|
||||||
int of_i8042_kbd_irq;
|
int of_i8042_kbd_irq;
|
||||||
|
EXPORT_SYMBOL_GPL(of_i8042_kbd_irq);
|
||||||
int of_i8042_aux_irq;
|
int of_i8042_aux_irq;
|
||||||
|
EXPORT_SYMBOL_GPL(of_i8042_aux_irq);
|
||||||
|
|
||||||
#ifdef __DO_IRQ_CANON
|
#ifdef __DO_IRQ_CANON
|
||||||
/* XXX should go elsewhere eventually */
|
/* XXX should go elsewhere eventually */
|
||||||
|
Loading…
Reference in New Issue
Block a user