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:
parent
945906384d
commit
d3609450aa
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user