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
This commit is contained in:
Emmanuel Vadot 2017-10-02 19:17:09 +00:00
parent 945906384d
commit d3609450aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324217

View File

@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$");
#include <arm/allwinner/clkng/aw_clk_nkmp.h>
#include <arm/allwinner/clkng/aw_clk_prediv_mux.h>
#include <dt-bindings/clock/sun8i-h3-ccu.h>
#include <dt-bindings/reset/sun8i-h3-ccu.h>
#include <gnu/dts/include/dt-bindings/clock/sun8i-h3-ccu.h>
#include <gnu/dts/include/dt-bindings/reset/sun8i-h3-ccu.h>
#include "ccu_h3.h"