public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB ehci: replace mach header with plat
@ 2009-12-08 12:15 Thomas Weber
  2009-12-08 13:47 ` Felipe Balbi
  2009-12-08 23:46 ` [APPLIED] " Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Weber @ 2009-12-08 12:15 UTC (permalink / raw)
  To: linux-omap; +Cc: Thomas Weber

Replace the mach/usb.h with plat/usb.h

Patch was already done in commit:
801db9180010676f97bb3fbd7074291128b7b5fc , but overwritten.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 drivers/usb/host/ehci-omap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index 7ba8df3..5cfed78 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -37,7 +37,7 @@
 #include <linux/platform_device.h>
 #include <linux/clk.h>
 #include <linux/gpio.h>
-#include <mach/usb.h>
+#include <plat/usb.h>
 
 /*
  * OMAP USBHOST Register addresses: VIRTUAL ADDRESSES
-- 
1.6.4.4


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

end of thread, other threads:[~2009-12-08 23:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 12:15 [PATCH] USB ehci: replace mach header with plat Thomas Weber
2009-12-08 13:47 ` Felipe Balbi
2009-12-08 23:43   ` Tony Lindgren
2009-12-08 23:46 ` [APPLIED] " Tony Lindgren

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