From: kbuild test robot <fengguang.wu@intel.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: kbuild-all@01.org, linux-renesas-soc@vger.kernel.org,
Simon Horman <horms+renesas@verge.net.au>,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [renesas:next-for-geert 92/122] arch/arm/boot/dts/r8a7745.dtsi:14:44: fatal error: dt-bindings/power/r8a7745-sysc.h: No such file or directory
Date: Mon, 21 Nov 2016 22:25:24 +0800 [thread overview]
Message-ID: <201611212218.JebxHT4N%fengguang.wu@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3128 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next-for-geert
head: f34ef8c6e7bc713a4a0110f84b4dff4855f6be25
commit: f8bc53dae2f6ceb9668f8e9db0b856146d4bdf38 [92/122] ARM: dts: sk-rzg1e: initial device tree
config: arm-mv78xx0_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout f8bc53dae2f6ceb9668f8e9db0b856146d4bdf38
# save the attached .config to linux build tree
make.cross ARCH=arm
Note: the renesas/next-for-geert HEAD f34ef8c6e7bc713a4a0110f84b4dff4855f6be25 builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
In file included from arch/arm/boot/dts/r8a7745-sk-rzg1e.dts:12:0:
>> arch/arm/boot/dts/r8a7745.dtsi:14:44: fatal error: dt-bindings/power/r8a7745-sysc.h: No such file or directory
#include <dt-bindings/power/r8a7745-sysc.h>
^
compilation terminated.
vim +14 arch/arm/boot/dts/r8a7745.dtsi
89addbdbc Sergei Shtylyov 2016-11-05 1 /*
89addbdbc Sergei Shtylyov 2016-11-05 2 * Device Tree Source for the r8a7745 SoC
89addbdbc Sergei Shtylyov 2016-11-05 3 *
89addbdbc Sergei Shtylyov 2016-11-05 4 * Copyright (C) 2016 Cogent Embedded Inc.
89addbdbc Sergei Shtylyov 2016-11-05 5 *
89addbdbc Sergei Shtylyov 2016-11-05 6 * This file is licensed under the terms of the GNU General Public License
89addbdbc Sergei Shtylyov 2016-11-05 7 * version 2. This program is licensed "as is" without any warranty of any
89addbdbc Sergei Shtylyov 2016-11-05 8 * kind, whether express or implied.
89addbdbc Sergei Shtylyov 2016-11-05 9 */
89addbdbc Sergei Shtylyov 2016-11-05 10
89addbdbc Sergei Shtylyov 2016-11-05 11 #include <dt-bindings/interrupt-controller/irq.h>
89addbdbc Sergei Shtylyov 2016-11-05 12 #include <dt-bindings/interrupt-controller/arm-gic.h>
89addbdbc Sergei Shtylyov 2016-11-05 13 #include <dt-bindings/clock/r8a7745-cpg-mssr.h>
89addbdbc Sergei Shtylyov 2016-11-05 @14 #include <dt-bindings/power/r8a7745-sysc.h>
89addbdbc Sergei Shtylyov 2016-11-05 15
89addbdbc Sergei Shtylyov 2016-11-05 16 / {
89addbdbc Sergei Shtylyov 2016-11-05 17 compatible = "renesas,r8a7745";
89addbdbc Sergei Shtylyov 2016-11-05 18 #address-cells = <2>;
89addbdbc Sergei Shtylyov 2016-11-05 19 #size-cells = <2>;
89addbdbc Sergei Shtylyov 2016-11-05 20
89addbdbc Sergei Shtylyov 2016-11-05 21 cpus {
89addbdbc Sergei Shtylyov 2016-11-05 22 #address-cells = <1>;
:::::: The code at line 14 was first introduced by commit
:::::: 89addbdbc93dc718293187bf1099460ce5bab07e ARM: dts: r8a7745: initial SoC device tree
:::::: TO: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
:::::: CC: Simon Horman <horms+renesas@verge.net.au>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 17924 bytes --]
next reply other threads:[~2016-11-21 14:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-21 14:25 kbuild test robot [this message]
2016-11-21 15:41 ` [renesas:next-for-geert 92/122] arch/arm/boot/dts/r8a7745.dtsi:14:44: fatal error: dt-bindings/power/r8a7745-sysc.h: No such file or directory Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201611212218.JebxHT4N%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=geert+renesas@glider.be \
--cc=horms+renesas@verge.net.au \
--cc=kbuild-all@01.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox