USB: ci13xxx_udc: fix build error
authorMatthias Kaehlcke <[email protected]>
Wed, 15 Apr 2009 20:28:36 +0000 (22:28 +0200)
committerGreg Kroah-Hartman <[email protected]>
Thu, 23 Apr 2009 21:15:28 +0000 (14:15 -0700)
Fix build error in the MIPS USB IP core family device controller driver.
The driver calls udelay() without including linux/delay.h

Signed-off-by: Matthias Kaehlcke <[email protected]>
Acked-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/gadget/ci13xxx_udc.c

index 05af8813da5c5ff928c535b5176ee8a1a10bb736..38e531ecae4d310066e7813f2550420aa33e3ab3 100644 (file)
@@ -51,6 +51,7 @@
  * - Gadget API (majority of optional features)
  * - Suspend & Remote Wakeup
  */
+#include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/dmapool.h>
 #include <linux/dma-mapping.h>