Hi,

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

-- 
Dmitry


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


[EMAIL PROTECTED], 2005-02-06 20:25:21-05:00, [EMAIL PROTECTED]
  Input: fix compie error in twidjoy.c
  
  Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>


 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to