Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1667887 > unrolled thread

[PATCH] arm64: dts: mt6797: fixup build breakage from no such file

Started by<sean.wang@mediatek.com>
First post2017-06-16 18:40 +0200
Last post2017-06-16 18:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: dts: mt6797: fixup build breakage from no such file <sean.wang@mediatek.com> - 2017-06-16 18:40 +0200

#1667887 — [PATCH] arm64: dts: mt6797: fixup build breakage from no such file

From<sean.wang@mediatek.com>
Date2017-06-16 18:40 +0200
Subject[PATCH] arm64: dts: mt6797: fixup build breakage from no such file
Message-ID<tT2rU-2yi-21@gated-at.bofh.it>
From: Sean Wang <sean.wang@mediatek.com>

fixup build error from no such file as the following complains
from branch v4.12-next/dts64 in linux mediatek tree

arch/arm64/boot/dts/mediatek/mt6797.dtsi:15:44: fatal error:
dt-bindings/power/mt6797-power.h: No such file or directory
 #include <dt-bindings/power/mt6797-power.h>

Fixes: 003f5d0c3462 ("arm64: dts: mediatek: add clk and scp nodes for MT6797")
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt6797.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
index 3512c8e..31088a9f 100644
--- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
@@ -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>
 
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web