[PATCH] export serio_interrupt

Robert Love (rml@tech9.net)
20 Jul 2002 13:22:44 -0700


Linus,

Other input drivers need serio_interrupt exported...

Patch is against 2.5.27, please apply.

Robert Love

diff -urN linux-2.5.27/drivers/input/serio/serio.c linux/drivers/input/serio/serio.c
--- linux-2.5.27/drivers/input/serio/serio.c Sat Jul 20 12:11:05 2002
+++ linux/drivers/input/serio/serio.c Sat Jul 20 13:04:43 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/