aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/phy-tegra-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c
index e9cb1cb8abc7..82232acf1ab6 100644
--- a/drivers/usb/phy/phy-tegra-usb.c
+++ b/drivers/usb/phy/phy-tegra-usb.c
@@ -1090,7 +1090,7 @@ static struct platform_driver tegra_usb_phy_driver = {
1090 .driver = { 1090 .driver = {
1091 .name = "tegra-phy", 1091 .name = "tegra-phy",
1092 .owner = THIS_MODULE, 1092 .owner = THIS_MODULE,
1093 .of_match_table = of_match_ptr(tegra_usb_phy_id_table), 1093 .of_match_table = tegra_usb_phy_id_table,
1094 }, 1094 },
1095}; 1095};
1096module_platform_driver(tegra_usb_phy_driver); 1096module_platform_driver(tegra_usb_phy_driver);