diff options
Diffstat (limited to 'drivers/phy/phy-omap-usb2.c')
-rw-r--r-- | drivers/phy/phy-omap-usb2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/phy-omap-usb2.c b/drivers/phy/phy-omap-usb2.c index 51c6f92220c5..8c842980834a 100644 --- a/drivers/phy/phy-omap-usb2.c +++ b/drivers/phy/phy-omap-usb2.c | |||
@@ -378,7 +378,6 @@ static struct platform_driver omap_usb2_driver = { | |||
378 | .remove = omap_usb2_remove, | 378 | .remove = omap_usb2_remove, |
379 | .driver = { | 379 | .driver = { |
380 | .name = "omap-usb2", | 380 | .name = "omap-usb2", |
381 | .owner = THIS_MODULE, | ||
382 | .pm = DEV_PM_OPS, | 381 | .pm = DEV_PM_OPS, |
383 | .of_match_table = of_match_ptr(omap_usb2_id_table), | 382 | .of_match_table = of_match_ptr(omap_usb2_id_table), |
384 | }, | 383 | }, |