mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 12:59:32 +07:00
usb: pxa27x_udc: remove IRQ_USB define
IRQ_USB was implicitly included by gpio.h. Use the existing variable instead of IRQ_USB. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Eric Miao <eric.y.miao@gmail.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c3058c27fb
commit
ef61440375
@ -2508,7 +2508,7 @@ static int __init pxa_udc_probe(struct platform_device *pdev)
|
||||
IRQF_SHARED, driver_name, udc);
|
||||
if (retval != 0) {
|
||||
dev_err(udc->dev, "%s: can't get irq %i, err %d\n",
|
||||
driver_name, IRQ_USB, retval);
|
||||
driver_name, udc->irq, retval);
|
||||
goto err_irq;
|
||||
}
|
||||
retval = usb_add_gadget_udc(&pdev->dev, &udc->gadget);
|
||||
|
Loading…
Reference in New Issue
Block a user