diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-12-14 10:55:38 +0100 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-12-19 17:17:26 +0800 |
commit | b7b69fb840f50d7037b3ab0fd95a3a89086c8fad (patch) | |
tree | 5f6b852d3a000425f6db089128dbc109137c69c9 /arch/arm/boot | |
parent | 5719ac19fc32d892434939c1756c2f9a8322e6ef (diff) | |
download | linux-stable-b7b69fb840f50d7037b3ab0fd95a3a89086c8fad.tar.gz linux-stable-b7b69fb840f50d7037b3ab0fd95a3a89086c8fad.tar.bz2 linux-stable-b7b69fb840f50d7037b3ab0fd95a3a89086c8fad.zip |
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 <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/suniv-f1c100s.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/suniv-f1c100s.dtsi b/arch/arm/boot/dts/suniv-f1c100s.dtsi index aff5f9022cd6..6100d3b75f61 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 <mesihkilinc@gmail.com> */ -#include <dt-bindings/clock/suniv-ccu-f1c100s.h> -#include <dt-bindings/reset/suniv-ccu-f1c100s.h> - / { #address-cells = <1>; #size-cells = <1>; |