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>
This commit is contained in:
parent
43d782ae80
commit
130a69b9eb
1 changed files with 0 additions and 3 deletions
|
@ -22,8 +22,6 @@
|
|||
#include "hid-ids.h"
|
||||
#include "hid-wiimote.h"
|
||||
|
||||
#define WIIMOTE_VERSION "0.2"
|
||||
|
||||
enum wiiproto_keys {
|
||||
WIIPROTO_KEY_LEFT,
|
||||
WIIPROTO_KEY_RIGHT,
|
||||
|
@ -1314,4 +1312,3 @@ module_exit(wiimote_exit);
|
|||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("David Herrmann <dh.herrmann@gmail.com>");
|
||||
MODULE_DESCRIPTION(WIIMOTE_NAME " Device Driver");
|
||||
MODULE_VERSION(WIIMOTE_VERSION);
|
||||
|
|
Loading…
Reference in a new issue