summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:19:04 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:19:04 -0600
commit07f5bd7a7ca1cc269ecff76c0e89f868bc13019a (patch)
treea5eb254aa46c19118fb6af5cb942b15a1e92847f /drivers/usb/host
parent3958bcec9da87bb69d76618ebce07f2aae55602b (diff)
Sony's implementation of __mxc_ioremap, ported to our kernel.
Patch of Sony's implementation of __mxc_ioremap, ported to the linux 2.6.22 MX kernel. Copyright Sony Corporation. Note: The contents of this patch ends up being completely replaced by code written by Freescale. http://www.bitshrine.org/gpp/linux-2.6.22-mx-Sony-s-implementation-of-__mxc_ioremap-por.patch
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/ehci-arc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-arc.c b/drivers/usb/host/ehci-arc.c
index dccf41d673c9..344122e6b530 100644
--- a/drivers/usb/host/ehci-arc.c
+++ b/drivers/usb/host/ehci-arc.c
@@ -32,6 +32,7 @@
#include <linux/fsl_devices.h>
#include <linux/usb/otg.h>
#include <linux/usb/fsl_xcvr.h>
+#include <asm/io.h>
#include <asm/arch/fsl_usb.h>
#include "ehci-fsl.h"