diff options
Diffstat (limited to 'drivers/usb/phy/phy-am335x.c')
-rw-r--r-- | drivers/usb/phy/phy-am335x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-am335x.c b/drivers/usb/phy/phy-am335x.c index b70e05537180..90b67a4ca221 100644 --- a/drivers/usb/phy/phy-am335x.c +++ b/drivers/usb/phy/phy-am335x.c | |||
@@ -137,7 +137,6 @@ static struct platform_driver am335x_phy_driver = { | |||
137 | .remove = am335x_phy_remove, | 137 | .remove = am335x_phy_remove, |
138 | .driver = { | 138 | .driver = { |
139 | .name = "am335x-phy-driver", | 139 | .name = "am335x-phy-driver", |
140 | .owner = THIS_MODULE, | ||
141 | .pm = &am335x_pm_ops, | 140 | .pm = &am335x_pm_ops, |
142 | .of_match_table = am335x_phy_ids, | 141 | .of_match_table = am335x_phy_ids, |
143 | }, | 142 | }, |