mfd: Fix build breakage in omap-usb-host.c
authorRuss Dill <[email protected]>
Sun, 22 Apr 2012 08:48:18 +0000 (01:48 -0700)
committerSamuel Ortiz <[email protected]>
Tue, 1 May 2012 09:55:04 +0000 (11:55 +0200)
'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for
linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h
which is required by omap-usb-host.c. Fix the build breakage by including
it directly.

Acked-by: Keshava Munegowda <[email protected]>
Acked-by: Kevin Hilman <[email protected]>
Tested-by: Arend van Spriel <[email protected]>
Signed-off-by: Russ Dill <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
drivers/mfd/omap-usb-host.c

index c8aae6640e64cc00bdc4079f3326ac8ef512df34..7e96bb2297244f7946537a5da5f78226e6a4db40 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/clk.h>
 #include <linux/dma-mapping.h>
 #include <linux/spinlock.h>
+#include <plat/cpu.h>
 #include <plat/usb.h>
 #include <linux/pm_runtime.h>