All of lore.kernel.org
 help / color / mirror / Atom feed
* [clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
@ 2021-02-10  0:16 kernel test robot
  2021-02-10  1:39   ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2021-02-10  0:16 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-unused
head:   ee7294ba49bf8559b560b21629ed8153082c25cf
commit: bcbe6005eb18d2cd565f202d9351737061753894 [3/5] clk: remove zte zx driver
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-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/clk/linux.git/commit/?id=bcbe6005eb18d2cd565f202d9351737061753894
        git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
        git fetch --no-tags clk clk-unused
        git checkout bcbe6005eb18d2cd565f202d9351737061753894
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from arch/arm/boot/dts/zx296702-ad1.dts:5:
>> arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
    #include <dt-bindings/clock/zx296702-clock.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +3 arch/arm/boot/dts/zx296702.dtsi

d5553cb05a041d Jun Nie 2015-06-04  2  
d5553cb05a041d Jun Nie 2015-06-04 @3  #include <dt-bindings/clock/zx296702-clock.h>
d5553cb05a041d Jun Nie 2015-06-04  4  #include <dt-bindings/interrupt-controller/arm-gic.h>
d5553cb05a041d Jun Nie 2015-06-04  5  

:::::: The code at line 3 was first introduced by commit
:::::: d5553cb05a041d7c31e4e70950ecbb4ee52049cb ARM: dts: zx: add an initial zx296702 dts and doc

:::::: TO: Jun Nie <jun.nie@linaro.org>
:::::: CC: Kevin Hilman <khilman@linaro.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 77961 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
  2021-02-10  0:16 [clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory kernel test robot
  2021-02-10  1:39   ` Stephen Boyd
@ 2021-02-10  1:39   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-02-10  1:39 UTC (permalink / raw)
  To: Arnd Bergmann, kernel test robot; +Cc: kbuild-all, linux-clk, linux-arm-kernel

Quoting kernel test robot (2021-02-09 16:16:55)
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-unused
> head:   ee7294ba49bf8559b560b21629ed8153082c25cf
> commit: bcbe6005eb18d2cd565f202d9351737061753894 [3/5] clk: remove zte zx driver
> config: arm-allyesconfig (attached as .config)
> compiler: arm-linux-gnueabi-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/clk/linux.git/commit/?id=bcbe6005eb18d2cd565f202d9351737061753894
>         git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
>         git fetch --no-tags clk clk-unused
>         git checkout bcbe6005eb18d2cd565f202d9351737061753894
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    In file included from arch/arm/boot/dts/zx296702-ad1.dts:5:
> >> arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
>     #include <dt-bindings/clock/zx296702-clock.h>
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.

Arnd, did you want to take the driver removal through whatever tree is
removing the dtsi files?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
@ 2021-02-10  1:39   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-02-10  1:39 UTC (permalink / raw)
  To: Arnd Bergmann, kernel test robot; +Cc: kbuild-all, linux-clk, linux-arm-kernel

Quoting kernel test robot (2021-02-09 16:16:55)
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-unused
> head:   ee7294ba49bf8559b560b21629ed8153082c25cf
> commit: bcbe6005eb18d2cd565f202d9351737061753894 [3/5] clk: remove zte zx driver
> config: arm-allyesconfig (attached as .config)
> compiler: arm-linux-gnueabi-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/clk/linux.git/commit/?id=bcbe6005eb18d2cd565f202d9351737061753894
>         git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
>         git fetch --no-tags clk clk-unused
>         git checkout bcbe6005eb18d2cd565f202d9351737061753894
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    In file included from arch/arm/boot/dts/zx296702-ad1.dts:5:
> >> arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
>     #include <dt-bindings/clock/zx296702-clock.h>
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.

Arnd, did you want to take the driver removal through whatever tree is
removing the dtsi files?

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
@ 2021-02-10  1:39   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-02-10  1:39 UTC (permalink / raw)
  To: kbuild-all

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

Quoting kernel test robot (2021-02-09 16:16:55)
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-unused
> head:   ee7294ba49bf8559b560b21629ed8153082c25cf
> commit: bcbe6005eb18d2cd565f202d9351737061753894 [3/5] clk: remove zte zx driver
> config: arm-allyesconfig (attached as .config)
> compiler: arm-linux-gnueabi-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/clk/linux.git/commit/?id=bcbe6005eb18d2cd565f202d9351737061753894
>         git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
>         git fetch --no-tags clk clk-unused
>         git checkout bcbe6005eb18d2cd565f202d9351737061753894
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    In file included from arch/arm/boot/dts/zx296702-ad1.dts:5:
> >> arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
>     #include <dt-bindings/clock/zx296702-clock.h>
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.

Arnd, did you want to take the driver removal through whatever tree is
removing the dtsi files?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-10  1:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  0:16 [clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory kernel test robot
2021-02-10  1:39 ` Stephen Boyd
2021-02-10  1:39   ` Stephen Boyd
2021-02-10  1:39   ` Stephen Boyd

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.