public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix build breakage in omap-usb-host.c
@ 2012-04-22  8:48 Russ Dill
  2012-04-22  8:50 ` Russ Dill
  2012-05-01  9:56 ` Samuel Ortiz
  0 siblings, 2 replies; 6+ messages in thread
From: Russ Dill @ 2012-04-22  8:48 UTC (permalink / raw)
  To: linux-omap; +Cc: Keshava Munegowda, Samuel Ortiz, Russ Dill

'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.

Signed-off-by: Russ Dill <Russ.Dill@ti.com>
---
 drivers/mfd/omap-usb-host.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index c8aae66..7e96bb2 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>
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-01  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22  8:48 [PATCH] Fix build breakage in omap-usb-host.c Russ Dill
2012-04-22  8:50 ` Russ Dill
2012-04-23  6:25   ` Munegowda, Keshava
2012-04-23 18:49     ` Anatolij Gustschin
     [not found]     ` <87ty0452ur.fsf@ti.com>
2012-04-30  8:22       ` Samuel Ortiz
2012-05-01  9:56 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox