diff options
author | Felipe Balbi <balbi@ti.com> | 2013-02-26 04:06:17 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 05:17:21 -0400 |
commit | 53fae098be09eeced37cf06419ae4e9c872cf0d0 (patch) | |
tree | 4f56df9e9a482f729789f072e64659f7a7245891 | |
parent | 975cbd49391822bc98f693e3a43d26754849948a (diff) |
usb: gadget: imx_udc: remove unnecessary initializations
udc-core now sets dma-related and parent fields
for us, we don't need to do it ourselves.
Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r-- | drivers/usb/gadget/imx_udc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/gadget/imx_udc.c b/drivers/usb/gadget/imx_udc.c index 9c5b7451a7d1..c29d9e81dae4 100644 --- a/drivers/usb/gadget/imx_udc.c +++ b/drivers/usb/gadget/imx_udc.c | |||
@@ -1461,9 +1461,6 @@ static int __init imx_udc_probe(struct platform_device *pdev) | |||
1461 | imx_usb->clk = clk; | 1461 | imx_usb->clk = clk; |
1462 | imx_usb->dev = &pdev->dev; | 1462 | imx_usb->dev = &pdev->dev; |
1463 | 1463 | ||
1464 | imx_usb->gadget.dev.parent = &pdev->dev; | ||
1465 | imx_usb->gadget.dev.dma_mask = pdev->dev.dma_mask; | ||
1466 | |||
1467 | platform_set_drvdata(pdev, imx_usb); | 1464 | platform_set_drvdata(pdev, imx_usb); |
1468 | 1465 | ||
1469 | usb_init_data(imx_usb); | 1466 | usb_init_data(imx_usb); |