summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@ti.com>2012-04-22 12:48:18 +0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-05-01 14:00:24 +0400
commit4c394bb1683dbd110314ab37da7bfa6c9a77073d (patch)
treede1c240ac16e3a3469a90aea1896594bb0e595bb /drivers
parent12693f6c1ff6f43f34a0d105307976337f64dcdd (diff)
downloadlinux-4c394bb1683dbd110314ab37da7bfa6c9a77073d.tar.xz
mfd: Fix build breakage in omap-usb-host.c
'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 <keshava_mgowda@ti.com> Acked-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Russ Dill <Russ.Dill@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/omap-usb-host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index c8aae6640e64..7e96bb229724 100644
--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -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>