aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-ti-pipe3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-ti-pipe3.c')
-rw-r--r--drivers/phy/phy-ti-pipe3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/phy-ti-pipe3.c b/drivers/phy/phy-ti-pipe3.c
index 9280ef8a05f5..ab1e22d9a1e8 100644
--- a/drivers/phy/phy-ti-pipe3.c
+++ b/drivers/phy/phy-ti-pipe3.c
@@ -518,7 +518,6 @@ static struct platform_driver ti_pipe3_driver = {
518 .remove = ti_pipe3_remove, 518 .remove = ti_pipe3_remove,
519 .driver = { 519 .driver = {
520 .name = "ti-pipe3", 520 .name = "ti-pipe3",
521 .owner = THIS_MODULE,
522 .pm = DEV_PM_OPS, 521 .pm = DEV_PM_OPS,
523 .of_match_table = of_match_ptr(ti_pipe3_id_table), 522 .of_match_table = of_match_ptr(ti_pipe3_id_table),
524 }, 523 },