|
@@ -12,8 +12,7 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/mbus.h>
|
|
#include <linux/mbus.h>
|
|
-#include <asm/arch/orion.h>
|
|
|
|
-#include <asm/arch/platform.h>
|
|
|
|
|
|
+#include <asm/plat-orion/ehci-orion.h>
|
|
|
|
|
|
#define rdl(off) __raw_readl(hcd->regs + (off))
|
|
#define rdl(off) __raw_readl(hcd->regs + (off))
|
|
#define wrl(off, val) __raw_writel((val), hcd->regs + (off))
|
|
#define wrl(off, val) __raw_writel((val), hcd->regs + (off))
|