All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: kbuild-all@lists.01.org
Subject: Re: [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
Date: Thu, 27 May 2021 08:56:49 +0800	[thread overview]
Message-ID: <20210527005648.GC8194@dragon> (raw)
In-Reply-To: <202105260342.rNpN09W6-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2055 bytes --]

On Wed, May 26, 2021 at 03:10:45AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   5d765451c2409e63563fa6a3e8005bd03ab9e82f
> commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains
> config: riscv-allyesconfig (attached as .config)
> compiler: riscv64-linux-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine.
>       It may have been fixed somewhere.

Thanks for the report.  The reason is that the dependency has gone in
through a different branch.  I will fix it by moving things around.

Shawn

> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
>       22 | #include <dt-bindings/power/imx8mm-power.h>
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
> 
> 
> vim +22 drivers/soc/imx/gpcv2.c
> 
>   > 22	#include <dt-bindings/power/imx8mm-power.h>
>     23	
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org


WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: kernel test robot <lkp@intel.com>
Cc: Lucas Stach <l.stach@pengutronix.de>,
	kbuild-all@lists.01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Peng Fan <peng.fan@nxp.com>
Subject: Re: [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
Date: Thu, 27 May 2021 08:56:49 +0800	[thread overview]
Message-ID: <20210527005648.GC8194@dragon> (raw)
In-Reply-To: <202105260342.rNpN09W6-lkp@intel.com>

On Wed, May 26, 2021 at 03:10:45AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   5d765451c2409e63563fa6a3e8005bd03ab9e82f
> commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains
> config: riscv-allyesconfig (attached as .config)
> compiler: riscv64-linux-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine.
>       It may have been fixed somewhere.

Thanks for the report.  The reason is that the dependency has gone in
through a different branch.  I will fix it by moving things around.

Shawn

> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
>       22 | #include <dt-bindings/power/imx8mm-power.h>
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
> 
> 
> vim +22 drivers/soc/imx/gpcv2.c
> 
>   > 22	#include <dt-bindings/power/imx8mm-power.h>
>     23	
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org




  reply	other threads:[~2021-05-27  0:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 19:10 [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory kernel test robot
2021-05-25 19:10 ` kernel test robot
2021-05-27  0:56 ` Shawn Guo [this message]
2021-05-27  0:56   ` Shawn Guo

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=20210527005648.GC8194@dragon \
    --to=shawnguo@kernel.org \
    --cc=kbuild-all@lists.01.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.