Discussion:
[PATCH 2/4] USB ehci: replace mach header with plat
Tony Lindgren
2009-12-16 19:10:06 UTC
Permalink
From: Thomas Weber <***@corscience.de>

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

Cc: linux-usb-***@lists.sourceforge.net
Signed-off-by: Thomas Weber <***@corscience.de>
Acked-by: Felipe Balbi <***@nokia.com>
Acked-by: Greg Kroah-Hartman <***@suse.de>
Signed-off-by: Tony Lindgren <***@atomide.com>
---
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 12f1ad2..74d07f4 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

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...