aboutsummaryrefslogtreecommitdiffstats
path: root/u02.patch
diff options
Diffstat (limited to 'u02.patch')
-rw-r--r--u02.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/u02.patch b/u02.patch
new file mode 100644
index 00000000000000..ea44015fcf4926
--- /dev/null
+++ b/u02.patch
@@ -0,0 +1,23 @@
+From foo@baz Wed Jul 19 13:59:41 CEST 2017
+Date: Wed, 19 Jul 2017 13:59:41 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: USB: chipidea: remove unneeded MODULE_VERSION() usage
+
+MODULE_VERSION is useless for in-kernel drivers, so remove the use of it
+in the chipidea CI13XXX driver.
+
+Cc: Peter Chen <Peter.Chen@nxp.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/usb/chipidea/ci_hdrc_pci.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/drivers/usb/chipidea/ci_hdrc_pci.c
++++ b/drivers/usb/chipidea/ci_hdrc_pci.c
+@@ -170,5 +170,4 @@ module_pci_driver(ci_hdrc_pci_driver);
+ MODULE_AUTHOR("MIPS - David Lopo <dlopo@chipidea.mips.com>");
+ MODULE_DESCRIPTION("MIPS CI13XXX USB Peripheral Controller");
+ MODULE_LICENSE("GPL");
+-MODULE_VERSION("June 2008");
+ MODULE_ALIAS("platform:ci13xxx_pci");