summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-mx6.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-31 19:47:48 -0600
committerTom Rini <trini@konsulko.com>2017-06-05 11:02:36 -0400
commitc62db35d52c6ba5f31ac36e690c58ec54b273298 (patch)
tree52acce23dd2b8d50d28cc4d411201ad22a5e4722 /drivers/usb/host/ehci-mx6.c
parent3a53e99c7de155d8c5e057d9fda1939b60e18a2f (diff)
arm: Add explicit include of <asm/mach-types.h>
Rather than relying on common.h to provide this include, which is going away at some point, include it explicitly in each file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/usb/host/ehci-mx6.c')
-rw-r--r--drivers/usb/host/ehci-mx6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c
index 2367671dae..f348ec9bca 100644
--- a/drivers/usb/host/ehci-mx6.c
+++ b/drivers/usb/host/ehci-mx6.c
@@ -17,6 +17,7 @@
#include <asm/imx-common/iomux-v3.h>
#include <asm/imx-common/sys_proto.h>
#include <dm.h>
+#include <asm/mach-types.h>
#include <power/regulator.h>
#include "ehci.h"