diff options
| author | 2012-10-31 11:59:52 +0100 | |
|---|---|---|
| committer | 2012-10-31 12:48:06 -0700 | |
| commit | bcbec053d2197031d04b8e040c61695b5d7a949d (patch) | |
| tree | 7dac70702c8983328161287ea2dee7f9dff7143e /drivers/usb/serial/empeg.c | |
| parent | USB: ums_realtek: fix build warning (diff) | |
| download | linux-dev-bcbec053d2197031d04b8e040c61695b5d7a949d.tar.xz linux-dev-bcbec053d2197031d04b8e040c61695b5d7a949d.zip | |
USB: serial: remove driver version information
Remove all MODULE_VERSION macros and driver-version information (except
for garmin_gps which uses it in a status reply).
It is the kernel version that matters and not some private version
scheme which rarely even gets updated.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/empeg.c')
| -rw-r--r-- | drivers/usb/serial/empeg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/empeg.c b/drivers/usb/serial/empeg.c index 43ede4a1e12c..0f658618db13 100644 --- a/drivers/usb/serial/empeg.c +++ b/drivers/usb/serial/empeg.c @@ -28,10 +28,6 @@ #include <linux/usb.h> #include <linux/usb/serial.h> -/* - * Version Information - */ -#define DRIVER_VERSION "v1.3" #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Gary Brubaker <xavyer@ix.netcom.com>" #define DRIVER_DESC "USB Empeg Mark I/II Driver" |
