From b7b69fb840f50d7037b3ab0fd95a3a89086c8fad Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 14 Dec 2018 10:55:38 +0100 Subject: [PATCH] ARM: dts: suniv: Fix improper bindings include patch The clock and reset bindings are going through different trees, and while the patch doesn't contain any value defined in that header, it still includes those files and result in a build breakage when building the DT without the matching clock and reset patches applied. Signed-off-by: Maxime Ripard Signed-off-by: Chen-Yu Tsai --- arch/arm/boot/dts/suniv-f1c100s.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boot/dts/suniv-f1c100s.dtsi b/arch/arm/boot/dts/suniv-f1c100s.dtsi index aff5f90..6100d3b 100644 --- a/arch/arm/boot/dts/suniv-f1c100s.dtsi +++ b/arch/arm/boot/dts/suniv-f1c100s.dtsi @@ -4,9 +4,6 @@ * Copyright 2018 Mesih Kilinc */ -#include -#include - / { #address-cells = <1>; #size-cells = <1>; -- 2.7.4