ARM: orion: move platform_data definitions
[deliverable/linux.git] / drivers / usb / host / ehci-orion.c
index 8892d3642cefcc769494de9904b6d1eeae3dfe91..8e7eca62f169fc204c6e1ef2034f26acdf2729dc 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/platform_device.h>
 #include <linux/mbus.h>
 #include <linux/clk.h>
-#include <plat/ehci-orion.h>
+#include <linux/platform_data/usb-ehci-orion.h>
 
 #define rdl(off)       __raw_readl(hcd->regs + (off))
 #define wrl(off, val)  __raw_writel((val), hcd->regs + (off))
This page took 0.041493 seconds and 5 git commands to generate.