]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: sprd: remove broken header inclusion
authorArnd Bergmann <arnd@arndb.de>
Thu, 4 Jan 2018 22:55:52 +0000 (23:55 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 4 Jan 2018 22:55:52 +0000 (23:55 +0100)
commit0270d4ea830ec31cd7a3518b305f69826a18d0e2
tree5e85af69543918517fc44200d6e50d749b6062d3
parent7f3245e698984fe2ce18051da9bce711e8119c04
arm64: dts: sprd: remove broken header inclusion

The added header inclusion broke the 'allmodconfig' build in
arm-soc, presumably since the file is added in a different tree:

In file included from arch/arm64/boot/dts/sprd/sp9860g-1h10.dts:11:0:
arch/arm64/boot/dts/sprd/sc9860.dtsi:10:10: fatal error: dt-bindings/clock/sprd,sc9860-clk.h: No such file or directory

It turns out we don't actually need to include it at all, so
I'm removing the line again to fix the build.

Fixes: 990413adb9a5 ("arm64: dts: add clocks for SC9860")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/sprd/sc9860.dtsi