]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix compile error in usb-musb.c
authorAnand Gadiyar <gadiyar@ti.com>
Thu, 15 Jan 2009 18:48:20 +0000 (00:18 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 16 Jan 2009 07:41:18 +0000 (09:41 +0200)
commit515e39e8757d85c1c73772ab29b65c2e955c286d
treecc0bb4af67a76024dd2628914e96b6007e22f8d5
parent37683e1c034757913d643b13fd30cacc820e3348
Fix compile error in usb-musb.c

Fix this compile error

  CC      arch/arm/mach-omap2/usb-musb.o
arch/arm/mach-omap2/usb-musb.c:47: error: 'INT_243X_HS_USB_MC' undeclared here (not in a function)
arch/arm/mach-omap2/usb-musb.c:51: error: 'INT_243X_HS_USB_DMA' undeclared here (not in a function)
make[1]: *** [arch/arm/mach-omap2/usb-musb.o] Error 1

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Reported-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/usb-musb.c