aboutsummaryrefslogtreecommitdiffstats
path: root/u03.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-14 23:37:42 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-14 23:37:42 -0700
commita331cebc0a1411faba1acf369a8c97255da7e11c (patch)
tree324d332ffcfbbc230a5e664062f0847ec9d0d93a /u03.patch
parent5daf3a9d2ab9dfd7fe1fb7c48453e04473c6bb59 (diff)
downloadpatches-a331cebc0a1411faba1acf369a8c97255da7e11c.tar.gz
patch refresh and drop after 4.14-rc1 merge
Also added a new patch.
Diffstat (limited to 'u03.patch')
-rw-r--r--u03.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/u03.patch b/u03.patch
deleted file mode 100644
index 57942d8b76f0c4..00000000000000
--- a/u03.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From foo@baz Wed Jul 19 14:01:06 CEST 2017
-Date: Wed, 19 Jul 2017 14:01:06 +0200
-To: Greg KH <gregkh@linuxfoundation.org>
-From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Subject: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/usb/class/cdc-wdm.c | 4 ----
- 1 file changed, 4 deletions(-)
-
---- a/drivers/usb/class/cdc-wdm.c
-+++ b/drivers/usb/class/cdc-wdm.c
-@@ -26,10 +26,6 @@
- #include <asm/unaligned.h>
- #include <linux/usb/cdc-wdm.h>
-
--/*
-- * Version Information
-- */
--#define DRIVER_VERSION "v0.03"
- #define DRIVER_AUTHOR "Oliver Neukum"
- #define DRIVER_DESC "USB Abstract Control Model driver for USB WCM Device Management"
-