diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-19 08:17:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-22 09:56:52 -0400 |
commit | c35c376fb1be1fc7c96e944898f92ee45158f8b1 (patch) | |
tree | 27616503335b86cbf728e27d04e6278bab700fac /drivers/usb/misc/idmouse.c | |
parent | 4b26ebacb6cc8a86ce55dbeabbf5fe8887f5b1de (diff) |
USB: misc: remove unneeded MODULE_VERSION() usage
MODULE_VERSION is useless for in-kernel drivers, so just remove all
usage of it in the USB misc drivers. Along with this, some
DRIVER_VERSION macros were removed as they are also pointless.
Cc: Keith Packard <keithp@keithp.com>
Cc: Juergen Stuber <starblue@users.sourceforge.net>
Cc: Cesar Miquel <miquel@df.uba.ar>
Acked-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/idmouse.c')
-rw-r--r-- | drivers/usb/misc/idmouse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/misc/idmouse.c b/drivers/usb/misc/idmouse.c index 81fcbf024c65..39d8fedfaf3b 100644 --- a/drivers/usb/misc/idmouse.c +++ b/drivers/usb/misc/idmouse.c | |||
@@ -33,8 +33,6 @@ | |||
33 | #define HEADER "P5 225 289 255 " | 33 | #define HEADER "P5 225 289 255 " |
34 | #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) | 34 | #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) |
35 | 35 | ||
36 | /* version information */ | ||
37 | #define DRIVER_VERSION "0.6" | ||
38 | #define DRIVER_SHORT "idmouse" | 36 | #define DRIVER_SHORT "idmouse" |
39 | #define DRIVER_AUTHOR "Florian 'Floe' Echtler <echtler@fs.tum.de>" | 37 | #define DRIVER_AUTHOR "Florian 'Floe' Echtler <echtler@fs.tum.de>" |
40 | #define DRIVER_DESC "Siemens ID Mouse FingerTIP Sensor Driver" | 38 | #define DRIVER_DESC "Siemens ID Mouse FingerTIP Sensor Driver" |