From: Felipe Balbi Date: Tue, 26 Feb 2013 09:19:56 +0000 (+0200) Subject: usb: gadget: pxa25x_udc: remove unnecessary initializations X-Git-Tag: next-20130320~22^2~128 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6966fe8add4d47a2d55cab197925165e772f1197;p=karo-tx-linux.git usb: gadget: pxa25x_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 --- diff --git a/drivers/usb/gadget/pxa25x_udc.c b/drivers/usb/gadget/pxa25x_udc.c index e29bb878b2d7..9fea05340689 100644 --- a/drivers/usb/gadget/pxa25x_udc.c +++ b/drivers/usb/gadget/pxa25x_udc.c @@ -2138,9 +2138,6 @@ static int __init pxa25x_udc_probe(struct platform_device *pdev) dev->timer.function = udc_watchdog; dev->timer.data = (unsigned long) dev; - dev->gadget.dev.parent = &pdev->dev; - dev->gadget.dev.dma_mask = pdev->dev.dma_mask; - the_controller = dev; platform_set_drvdata(pdev, dev);