mirror of https://gitee.com/openkylin/linux.git
arm64: dts: mediatek: don't include missing file
This resolves a build error in the next/dt branch:
In file included from arch/arm64/boot/dts/mediatek/mt6797-evb.dts:16:0:
arch/arm64/boot/dts/mediatek/mt6797.dtsi:15:10: fatal error: dt-bindings/power/mt6797-power.h: No such file or directory
003f5d0c34
("arm64: dts: mediatek: add clk and scp nodes for MT6797")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
b87a08f962
commit
10c235cdc9
|
@ -12,7 +12,6 @@
|
|||
*/
|
||||
|
||||
#include <dt-bindings/clock/mt6797-clk.h>
|
||||
#include <dt-bindings/power/mt6797-power.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue