public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap-usb-host: include <plat/cpu.h>
@ 2012-05-02 14:36 Jeff Mahoney
  2012-05-03  7:50 ` Felipe Balbi
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Mahoney @ 2012-05-02 14:36 UTC (permalink / raw)
  To: linux-omap, Guillaume GARDET

omap-usb-host calls cpu_is_omap3430, which is defined in plat/cpu.h.

Reported-by: Guillaume GARDET <guillaume.gardet@opensuse.org>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
 drivers/mfd/omap-usb-host.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -26,6 +26,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/spinlock.h>
 #include <plat/usb.h>
+#include <plat/cpu.h>
 #include <linux/pm_runtime.h>
 
 #define USBHS_DRIVER_NAME	"usbhs_omap"

-- 
Jeff Mahoney
SUSE Labs

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

end of thread, other threads:[~2012-05-07 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 14:36 [PATCH] omap-usb-host: include <plat/cpu.h> Jeff Mahoney
2012-05-03  7:50 ` Felipe Balbi
2012-05-07 12:02   ` Guillaume Gardet

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