diff options
author | ian <ian@FreeBSD.org> | 2014-04-26 16:48:09 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-04-26 16:48:09 +0000 |
commit | 87fe508b84ddb0fc0e9ff8179c673a163cf39f34 (patch) | |
tree | 94c83f30cce533dc27430bf1f52d9b6158e2f1ae /sys/arm/freescale/imx/imx_nop_usbphy.c | |
parent | 92841245485d27e0ba81ac964e34bacdb2e8152f (diff) | |
download | FreeBSD-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.c | 2 |
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. |