[PATCH] twiddler compile fix.
From: Dmitry Torokhov (dtor_core_at_ameritech.net)
Date: 02/07/05
- Previous message: Rusty Russell: "Re: [linux-usb-devel] 2.6: USB disk unusable level of data corruption"
- Next in thread: Vojtech Pavlik: "Re: [PATCH] twiddler compile fix."
- Reply: Vojtech Pavlik: "Re: [PATCH] twiddler compile fix."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: linux-input@atrey.karlin.mff.cuni.cz Date: Sun, 6 Feb 2005 22:07:48 -0500
Hi,
Somehow this part of one of the earlier patches was lost...
--
Dmitry
===================================================================
ChangeSet@1.2122, 2005-02-06 20:25:21-05:00, dtor_core@ameritech.net
Input: fix compie error in twidjoy.c
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Rusty Russell: "Re: [linux-usb-devel] 2.6: USB disk unusable level of data corruption"
- Next in thread: Vojtech Pavlik: "Re: [PATCH] twiddler compile fix."
- Reply: Vojtech Pavlik: "Re: [PATCH] twiddler compile fix."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|