[PATCH] export serio_interrupt for modules

From: Craig Kulesa (ckulesa@as.arizona.edu)
Date: Fri Jul 19 2002 - 04:55:13 EST


In order to use serio drivers as modules, like i8042, serio_interrupt
needs to be exported. Unresolved symbols result otherwise. Patch follows.

Craig Kulesa
Steward Observatory

diff -uNr linux-2.5.26-rmap13b/drivers/input/serio/serio.c linux-2.5.26-rmap13b-slablru/drivers/input/serio/serio.c
--- linux-2.5.26-rmap13b/drivers/input/serio/serio.c Thu Jul 18 03:03:28 2002
+++ linux-2.5.26-rmap13b-slablru/drivers/input/serio/serio.c Thu Jul 18 10:07:39 2002
@@ -49,6 +49,7 @@
 EXPORT_SYMBOL(serio_open);
 EXPORT_SYMBOL(serio_close);
 EXPORT_SYMBOL(serio_rescan);
+EXPORT_SYMBOL(serio_interrupt);
 
 static struct serio *serio_list;
 static struct serio_dev *serio_dev;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:29 EST