diff options
Diffstat (limited to 'drivers/usb/dwc3/dwc3-exynos.c')
-rw-r--r-- | drivers/usb/dwc3/dwc3-exynos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/dwc3-exynos.c b/drivers/usb/dwc3/dwc3-exynos.c index 19a98184e580..d43f0760ca63 100644 --- a/drivers/usb/dwc3/dwc3-exynos.c +++ b/drivers/usb/dwc3/dwc3-exynos.c | |||
@@ -34,7 +34,7 @@ struct dwc3_exynos { | |||
34 | struct clk *clk; | 34 | struct clk *clk; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | static int __devinit dwc3_exynos_register_phys(struct dwc3_exynos *exynos) | 37 | static int dwc3_exynos_register_phys(struct dwc3_exynos *exynos) |
38 | { | 38 | { |
39 | struct nop_usb_xceiv_platform_data pdata; | 39 | struct nop_usb_xceiv_platform_data pdata; |
40 | struct platform_device *pdev; | 40 | struct platform_device *pdev; |
@@ -90,7 +90,7 @@ err1: | |||
90 | 90 | ||
91 | static u64 dwc3_exynos_dma_mask = DMA_BIT_MASK(32); | 91 | static u64 dwc3_exynos_dma_mask = DMA_BIT_MASK(32); |
92 | 92 | ||
93 | static int __devinit dwc3_exynos_probe(struct platform_device *pdev) | 93 | static int dwc3_exynos_probe(struct platform_device *pdev) |
94 | { | 94 | { |
95 | struct platform_device *dwc3; | 95 | struct platform_device *dwc3; |
96 | struct dwc3_exynos *exynos; | 96 | struct dwc3_exynos *exynos; |