summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/usb/controller/ehci_imx.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-04-16 09:52:12 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-04-16 10:51:48 +0200
commit592003fa3e401adfe344df9a0f18296c338d19bc (patch)
treeacde4df382395e28191f8e90b9c06ad37984d303 /freebsd/sys/dev/usb/controller/ehci_imx.c
parentimx6_usbphy: Add regulator (vbus-supply). (diff)
downloadrtems-libbsd-592003fa3e401adfe344df9a0f18296c338d19bc.tar.bz2
imx: Fix build for all other BSPs.
Diffstat (limited to '')
-rw-r--r--freebsd/sys/dev/usb/controller/ehci_imx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/dev/usb/controller/ehci_imx.c b/freebsd/sys/dev/usb/controller/ehci_imx.c
index 544a63b5..23f7e3a9 100644
--- a/freebsd/sys/dev/usb/controller/ehci_imx.c
+++ b/freebsd/sys/dev/usb/controller/ehci_imx.c
@@ -67,7 +67,9 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/resource.h>
+#ifndef __rtems__
#include <arm/freescale/imx/imx_ccmvar.h>
+#endif /* __rtems__ */
#include <rtems/bsd/local/opt_platform.h>