aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-exynos.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-exynos.c')
-rw-r--r--drivers/usb/host/ehci-exynos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-exynos.c b/drivers/usb/host/ehci-exynos.c
index 7189f2e32ac2..e1b4f58283ad 100644
--- a/drivers/usb/host/ehci-exynos.c
+++ b/drivers/usb/host/ehci-exynos.c
@@ -323,7 +323,6 @@ static struct platform_driver exynos_ehci_driver = {
323 .shutdown = usb_hcd_platform_shutdown, 323 .shutdown = usb_hcd_platform_shutdown,
324 .driver = { 324 .driver = {
325 .name = "exynos-ehci", 325 .name = "exynos-ehci",
326 .owner = THIS_MODULE,
327 .pm = &exynos_ehci_pm_ops, 326 .pm = &exynos_ehci_pm_ops,
328 .of_match_table = of_match_ptr(exynos_ehci_match), 327 .of_match_table = of_match_ptr(exynos_ehci_match),
329 } 328 }