From 3ca2d31c54bcf2d4a07d95a3086222585a920649 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 25 Sep 2020 23:24:09 +0200 Subject: ath79: move ath79-clk.h include to ath79.dtsi ath79.dtsi uses ATH79_CLK_MDIO, so the include needs to be moved there. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ath79.dtsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ath79/dts/ath79.dtsi') diff --git a/target/linux/ath79/dts/ath79.dtsi b/target/linux/ath79/dts/ath79.dtsi index 1d1424590c..8dca8a7652 100644 --- a/target/linux/ath79/dts/ath79.dtsi +++ b/target/linux/ath79/dts/ath79.dtsi @@ -1,4 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include + / { #address-cells = <1>; #size-cells = <1>; -- cgit v1.2.3