[PATCH 2/4] USB ehci: replace mach header with plat
Tony Lindgren <[email protected]> Wed, 16 Dec 2009 11:10:06 -0800
| Newsgroups | gmane.linux.ports.arm.omap,gmane.linux.ports.arm.kernel,gmane.linux.usb.devel |
|---|---|
| Message-ID | <20091216191006.30032.75638.stgit@localhost> |
From: Thomas Weber <[email protected]> Replace the mach/usb.h with plat/usb.h Cc: [email protected] Signed-off-by: Thomas Weber <[email protected]> Acked-by: Felipe Balbi <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html