diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-09 19:03:13 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-09 19:03:13 +0200 |
commit | 492c71dd545a54dc62df8780bd8d233d771748df (patch) | |
tree | 73960c90dd47938000478b9b3b1228a8c860e65b /drivers/usb/host | |
parent | Merge branch 'for-rmk' of git://aeryn.fluff.org.uk/bjdooks/linux (diff) | |
parent | [ARM] Kirkwood: instantiate the orion_spi driver in the platform code (diff) | |
download | linux-492c71dd545a54dc62df8780bd8d233d771748df.tar.xz linux-492c71dd545a54dc62df8780bd8d233d771748df.zip |
Merge branch 'for-rmk' of git://git.marvell.com/orion
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-orion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-orion.c b/drivers/usb/host/ehci-orion.c index 5fbdc14e63b3..5416cf969005 100644 --- a/drivers/usb/host/ehci-orion.c +++ b/drivers/usb/host/ehci-orion.c @@ -12,7 +12,7 @@ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/mbus.h> -#include <asm/plat-orion/ehci-orion.h> +#include <plat/ehci-orion.h> #define rdl(off) __raw_readl(hcd->regs + (off)) #define wrl(off, val) __raw_writel((val), hcd->regs + (off)) |