]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: phy: remove unneeded MODULE_VERSION() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jul 2017 12:17:42 +0000 (14:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Jul 2017 13:56:53 +0000 (15:56 +0200)
commit7f01131827398d3dc5ed916d9295b30b8d7d61b4
treec9c8f1934b1ab4dac58df1d3b4ae2998ea3bbbc0
parent547e6cd1ced1848eae6fd3aaded5334e7ae8acb7
USB: phy: remove unneeded MODULE_VERSION() usage

MODULE_VERSION is useless for in-kernel drivers, so remove the
use of it in the marvel phy driver, along with the DRIVER_VERSION
define.

Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-mv-usb.c