From a293d9ae99580900277180faf43ebfeee9f9215d Mon Sep 17 00:00:00 2001 From: manu Date: Mon, 2 Oct 2017 19:17:09 +0000 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/allwinner/clkng/ccu_h3.c b/sys/arm/allwinner/clkng/ccu_h3.c index 24440a42de08..69ae7d06b427 100644 --- a/sys/arm/allwinner/clkng/ccu_h3.c +++ b/sys/arm/allwinner/clkng/ccu_h3.c @@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include +#include +#include #include "ccu_h3.h"