[PATCH] twiddler compile fix.

From: Dmitry Torokhov
Date: Sun Feb 06 2005 - 22:10:49 EST


Hi,

Somehow this part of one of the earlier patches was lost...

--
Dmitry


===================================================================


ChangeSet@xxxxxx, 2005-02-06 20:25:21-05:00, dtor_core@xxxxxxxxxxxxx
Input: fix compie error in twidjoy.c

Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>


twidjoy.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)


===================================================================



diff -Nru a/drivers/input/joystick/twidjoy.c b/drivers/input/joystick/twidjoy.c
--- a/drivers/input/joystick/twidjoy.c 2005-02-06 21:56:05 -05:00
+++ b/drivers/input/joystick/twidjoy.c 2005-02-06 21:56:05 -05:00
@@ -58,7 +58,9 @@
#include <linux/serio.h>
#include <linux/init.h>

-MODULE_DESCRIPTION("Handykey Twiddler keyboard as a joystick driver");
+#define DRIVER_DESC "Handykey Twiddler keyboard as a joystick driver"
+
+MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");

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