Commit 2440bbc5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: cdc-wdm: remove unneeded DRIVER_VERSION define

No one uses the DRIVER_VERSION define in this driver, so just delete it.

Cc: Oliver Neukum <oneukum@suse.com>
Cc: "Bjørn Mork" <bjorn@mork.no>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3dc173f6
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <linux/usb/cdc-wdm.h> #include <linux/usb/cdc-wdm.h>
/*
* Version Information
*/
#define DRIVER_VERSION "v0.03"
#define DRIVER_AUTHOR "Oliver Neukum" #define DRIVER_AUTHOR "Oliver Neukum"
#define DRIVER_DESC "USB Abstract Control Model driver for USB WCM Device Management" #define DRIVER_DESC "USB Abstract Control Model driver for USB WCM Device Management"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment