From: Anand Gadiyar Date: Thu, 15 Jan 2009 18:48:14 +0000 (+0530) Subject: Fix compile error in usb-ehci.c X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=37683e1c034757913d643b13fd30cacc820e3348;p=linux-2.6-omap-h63xx.git Fix compile error in usb-ehci.c Fix this compile error CC arch/arm/mach-omap2/usb-ehci.o arch/arm/mach-omap2/usb-ehci.c:39: error: 'INT_34XX_EHCI_IRQ' undeclared here (not in a function) make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1 make: *** [arch/arm/mach-omap2] Error 2 Signed-off-by: Anand Gadiyar Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c index 489439ddb0d..6af0b025dca 100644 --- a/arch/arm/mach-omap2/usb-ehci.c +++ b/arch/arm/mach-omap2/usb-ehci.c @@ -25,6 +25,7 @@ #include #include +#include #include #include