diff options
author | Johan Hovold <jhovold@gmail.com> | 2012-10-31 11:59:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-31 12:48:06 -0700 |
commit | bcbec053d2197031d04b8e040c61695b5d7a949d (patch) | |
tree | 7dac70702c8983328161287ea2dee7f9dff7143e /drivers/usb/serial/option.c | |
parent | 806df3ac2ac86dd0c2e02ed935b93321424183f9 (diff) | |
download | linux-3.10-bcbec053d2197031d04b8e040c61695b5d7a949d.tar.gz linux-3.10-bcbec053d2197031d04b8e040c61695b5d7a949d.tar.bz2 linux-3.10-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/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 5dee7d61241..e9cffac49cd 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -28,7 +28,6 @@ device features. */ -#define DRIVER_VERSION "v0.7.2" #define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>" #define DRIVER_DESC "USB Driver for GSM modems" @@ -1509,5 +1508,4 @@ static int option_send_setup(struct usb_serial_port *port) MODULE_AUTHOR(DRIVER_AUTHOR); MODULE_DESCRIPTION(DRIVER_DESC); -MODULE_VERSION(DRIVER_VERSION); MODULE_LICENSE("GPL"); |