commit | 3dc173f6f1ac3bdcb2e9d25cc61c0488db899fe6 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 19 14:17:39 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jul 22 15:56:53 2017 +0200 |
tree | 054aef3a2520ea1ff7e68d9a43855340e99a0ca0 | |
parent | 049311e520552dc2ffeaa59964347cf4f9cc1259 [diff] |
USB: gadget: remove unneeded MODULE_VERSION() usage MODULE_VERSION is useless for in-kernel drivers, so just remove all usage of it in the USB gadget drivers. Along with this, some DRIVER_VERSION macros were removed as they are also pointless. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>