summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/imx/imx_nop_usbphy.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-04-26 16:48:09 +0000
committerian <ian@FreeBSD.org>2014-04-26 16:48:09 +0000
commit87fe508b84ddb0fc0e9ff8179c673a163cf39f34 (patch)
tree94c83f30cce533dc27430bf1f52d9b6158e2f1ae /sys/arm/freescale/imx/imx_nop_usbphy.c
parent92841245485d27e0ba81ac964e34bacdb2e8152f (diff)
downloadFreeBSD-src-87fe508b84ddb0fc0e9ff8179c673a163cf39f34.zip
FreeBSD-src-87fe508b84ddb0fc0e9ff8179c673a163cf39f34.tar.gz
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
define a few imx_ccm_foo() functions that are implemented by the imx51 or imx6 ccm code. Of course, the imx6 ccm code is still more a wish than reality, so for now its implementations just return hard-coded numbers.
Diffstat (limited to 'sys/arm/freescale/imx/imx_nop_usbphy.c')
-rw-r--r--sys/arm/freescale/imx/imx_nop_usbphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx_nop_usbphy.c b/sys/arm/freescale/imx/imx_nop_usbphy.c
index 38473dd..49bebfc 100644
--- a/sys/arm/freescale/imx/imx_nop_usbphy.c
+++ b/sys/arm/freescale/imx/imx_nop_usbphy.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
-#include <arm/freescale/imx/imx_machdep.h>
+#include <arm/freescale/imx/imx_ccmvar.h>
/*
* Table of supported FDT compat strings.
OpenPOWER on IntegriCloud