提交 ee110066 编写于 作者: G Grant Likely

powerpc: fix i8042 module build error

of_i8042_{kbd,aux}_irq needs to be exported
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 949ad0a7
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册