[PATCH 2/4] USB ehci: replace mach header with plat
Tony Lindgren
tony at atomide.com
Wed Dec 16 14:10:06 EST 2009
From: Thomas Weber <weber at corscience.de>
Replace the mach/usb.h with plat/usb.h
Cc: linux-usb-devel at lists.sourceforge.net
Signed-off-by: Thomas Weber <weber at corscience.de>
Acked-by: Felipe Balbi <felipe.balbi at nokia.com>
Acked-by: Greg Kroah-Hartman <gregkh at suse.de>
Signed-off-by: Tony Lindgren <tony at 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
More information about the linux-arm-kernel
mailing list