aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-06-24 10:40:53 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2015-07-25 15:45:48 +0530
commit2c89e41f03fa9798405e07bae95760fc86a1068f (patch)
tree68287ab413dfff5082d9da5584f60fcef528bea3 /drivers/phy
parent8665c18bece7965c3690ac3824bef2f97bae3d71 (diff)
phy: berlin: .owner field is setup by core
There was big cleanup in past to remove this unneeded setting. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/phy-berlin-usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
index c6fc95b53083..d7431f6ab975 100644
--- a/drivers/phy/phy-berlin-usb.c
+++ b/drivers/phy/phy-berlin-usb.c
@@ -207,7 +207,6 @@ static struct platform_driver phy_berlin_usb_driver = {
.probe = phy_berlin_usb_probe,
.driver = {
.name = "phy-berlin-usb",
- .owner = THIS_MODULE,
.of_match_table = phy_berlin_sata_of_match,
},
};