diff options
author | Thomas Weber <weber@corscience.de> | 2009-12-15 10:38:05 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-12-16 12:44:04 -0800 |
commit | c76f782cb3cfffc1fd4233e11f3116655fa0fcd2 (patch) | |
tree | 5c2ad0936726021402c01c9be4a2f1761bb4dca0 /drivers/usb/host/ehci-omap.c | |
parent | 35358281bbc527cd4b0a8d39266c9ad554643e9f (diff) |
USB ehci: replace mach header with plat
Replace the mach/usb.h with plat/usb.h
Cc: linux-usb-devel@lists.sourceforge.net
Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/usb/host/ehci-omap.c')
-rw-r--r-- | 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 12f1ad2fd0e..74d07f4e8b7 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 |