aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2011-11-17 08:12:13 -0500
committerJiri Kosina <jkosina@suse.cz>2011-11-22 17:11:19 -0500
commit130a69b9eb385566d861035b47779f4f2b0df14c (patch)
tree444287f73970bbdd01b76fd08799bee8a4450bae /drivers/hid
parent43d782ae80b82667d66010d0d82aa80893a48d12 (diff)
HID: wiimote: Remove module version number
The version number is not needed at all for in-tree drivers. Upstream git is used to track module versions. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-wiimote-core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c
index 745667e8b61b..0cb391d2f04a 100644
--- a/drivers/hid/hid-wiimote-core.c
+++ b/drivers/hid/hid-wiimote-core.c
@@ -22,8 +22,6 @@
22#include "hid-ids.h" 22#include "hid-ids.h"
23#include "hid-wiimote.h" 23#include "hid-wiimote.h"
24 24
25#define WIIMOTE_VERSION "0.2"
26
27enum wiiproto_keys { 25enum wiiproto_keys {
28 WIIPROTO_KEY_LEFT, 26 WIIPROTO_KEY_LEFT,
29 WIIPROTO_KEY_RIGHT, 27 WIIPROTO_KEY_RIGHT,
@@ -1314,4 +1312,3 @@ module_exit(wiimote_exit);
1314MODULE_LICENSE("GPL"); 1312MODULE_LICENSE("GPL");
1315MODULE_AUTHOR("David Herrmann <dh.herrmann@gmail.com>"); 1313MODULE_AUTHOR("David Herrmann <dh.herrmann@gmail.com>");
1316MODULE_DESCRIPTION(WIIMOTE_NAME " Device Driver"); 1314MODULE_DESCRIPTION(WIIMOTE_NAME " Device Driver");
1317MODULE_VERSION(WIIMOTE_VERSION);