'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]>
#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>