From: Uwe Kleine-König Date: Mon, 6 Dec 2010 16:38:24 +0000 (+0100) Subject: usb: gadget/imx-udc: fix interrupt name again X-Git-Tag: v2.6.38-rc1~465^2~11^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34404082bbdc5d981fa8eb2f9f5dfaae74463877;p=pandora-kernel.git usb: gadget/imx-udc: fix interrupt name again Commit 06c3859 (usb: gadget/imx-udc: remove usage of deprecated symbol USBD_INT0) was a bit precipitant because the name used instead didn't match the usual naming scheme for irqs on arm/imx. I renamed the irq to the right name in e083000 (ARM: imx: dynamically allocate imx_udc device) when 06c3859 didn't hit Linus' tree, so I missed to add a compat #define. This patch allows compiling imx_udc.c with and without e083000. Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed