diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-19 14:26:09 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-19 14:26:09 +0200 |
| commit | 3f8f9c9c0c38211ab69730bd268168afa2dc13d2 (patch) | |
| tree | 1e146b45f278936f6758cfd1b2fae2c4699cc5b1 /u02.patch | |
| parent | 5a7f345ba5e849229317f73497a17637c9a08e4a (diff) | |
| download | patches-3f8f9c9c0c38211ab69730bd268168afa2dc13d2.tar.gz | |
add USB MODULE_VERSION patches
Diffstat (limited to 'u02.patch')
| -rw-r--r-- | u02.patch | 23 |
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"); |
