]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allwinner H3 CCU: Fix build on ARM64
authorEmmanuel Vadot <manu@FreeBSD.org>
Mon, 2 Oct 2017 19:17:09 +0000 (19:17 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Mon, 2 Oct 2017 19:17:09 +0000 (19:17 +0000)
commitd3609450aabd874c78b6b959cf1f6aa7d5c83318
tree751887939a6dd0935a5315f5c45ad422ac95f2b6
parent945906384d37f4cb734fab5cea6e2595f19a6ecd
Allwinner H3 CCU: Fix build on ARM64

ccu_h3.c is also used on ARM64 as it provides clocks for the H5 SoC.
Since ARM64 doesn't have sys/gun/dts/include in it's include path, use
the full name for the sun8i-h3-ccu.h include.

Reported by: andreast
sys/arm/allwinner/clkng/ccu_h3.c