On Wed, Jul 19, 2017 at 02:17:37PM +0200, Greg Kroah-Hartman wrote: > MODULE_VERSION is useless for in-kernel drivers, so remove the use of it > in the chipidea CI13XXX driver. > > Cc: Peter Chen <Peter.Chen@xxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > --- > drivers/usb/chipidea/ci_hdrc_pci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/chipidea/ci_hdrc_pci.c b/drivers/usb/chipidea/ci_hdrc_pci.c > index b635ab67490d..39414e4b2d81 100644 > --- 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@xxxxxxxxxxxxxxxxx>"); > MODULE_DESCRIPTION("MIPS CI13XXX USB Peripheral Controller"); > MODULE_LICENSE("GPL"); > -MODULE_VERSION("June 2008"); > MODULE_ALIAS("platform:ci13xxx_pci"); Acked-by: Peter Chen <peter.chen@xxxxxxx> -- Best Regards, Peter Chen -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html