All of lore.kernel.org
 help / color / mirror / Atom feed
* [sunxi:sunxi/clk-for-5.18 2/2] drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
@ 2022-02-07 14:47 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-02-07 14:47 UTC (permalink / raw)
  To: Samuel Holland; +Cc: kbuild-all, linux-kernel, Maxime Ripard

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi/clk-for-5.18
head:   4f88abd86756e574c733d2ca14676be335cc0058
commit: 4f88abd86756e574c733d2ca14676be335cc0058 [2/2] clk: sunxi-ng: Add support for the sun6i RTC clocks
config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20220207/202202072224.hjVEpIij-lkp@intel.com/config)
compiler: powerpc-linux-gcc (GCC) 11.2.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/sunxi/linux.git/commit/?id=4f88abd86756e574c733d2ca14676be335cc0058
        git remote add sunxi https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
        git fetch --no-tags sunxi sunxi/clk-for-5.18
        git checkout 4f88abd86756e574c733d2ca14676be335cc0058
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash

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 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:18:
>> drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
       6 | #include <dt-bindings/clock/sun6i-rtc.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +6 drivers/clk/sunxi-ng/ccu-sun6i-rtc.h

     5	
   > 6	#include <dt-bindings/clock/sun6i-rtc.h>
     7	

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

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

* [sunxi:sunxi/clk-for-5.18 2/2] drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
@ 2022-02-07 14:47 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-02-07 14:47 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi/clk-for-5.18
head:   4f88abd86756e574c733d2ca14676be335cc0058
commit: 4f88abd86756e574c733d2ca14676be335cc0058 [2/2] clk: sunxi-ng: Add support for the sun6i RTC clocks
config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20220207/202202072224.hjVEpIij-lkp(a)intel.com/config)
compiler: powerpc-linux-gcc (GCC) 11.2.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/sunxi/linux.git/commit/?id=4f88abd86756e574c733d2ca14676be335cc0058
        git remote add sunxi https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
        git fetch --no-tags sunxi sunxi/clk-for-5.18
        git checkout 4f88abd86756e574c733d2ca14676be335cc0058
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash

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 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:18:
>> drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
       6 | #include <dt-bindings/clock/sun6i-rtc.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +6 drivers/clk/sunxi-ng/ccu-sun6i-rtc.h

     5	
   > 6	#include <dt-bindings/clock/sun6i-rtc.h>
     7	

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

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

* Re: [sunxi:sunxi/clk-for-5.18 2/2] drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
  2022-02-07 14:47 ` kernel test robot
@ 2022-02-07 19:48   ` Maxime Ripard
  -1 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2022-02-07 19:48 UTC (permalink / raw)
  To: kernel test robot; +Cc: Samuel Holland, kbuild-all, linux-kernel

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

On Mon, Feb 07, 2022 at 10:47:22PM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi/clk-for-5.18
> head:   4f88abd86756e574c733d2ca14676be335cc0058
> commit: 4f88abd86756e574c733d2ca14676be335cc0058 [2/2] clk: sunxi-ng: Add support for the sun6i RTC clocks
> config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20220207/202202072224.hjVEpIij-lkp@intel.com/config)
> compiler: powerpc-linux-gcc (GCC) 11.2.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/sunxi/linux.git/commit/?id=4f88abd86756e574c733d2ca14676be335cc0058
>         git remote add sunxi https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
>         git fetch --no-tags sunxi sunxi/clk-for-5.18
>         git checkout 4f88abd86756e574c733d2ca14676be335cc0058
>         # save the config file to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash
> 
> 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 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:18:
> >> drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
>        6 | #include <dt-bindings/clock/sun6i-rtc.h>
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.

I've dropped these patches for now

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [sunxi:sunxi/clk-for-5.18 2/2] drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
@ 2022-02-07 19:48   ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2022-02-07 19:48 UTC (permalink / raw)
  To: kbuild-all

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

On Mon, Feb 07, 2022 at 10:47:22PM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi/clk-for-5.18
> head:   4f88abd86756e574c733d2ca14676be335cc0058
> commit: 4f88abd86756e574c733d2ca14676be335cc0058 [2/2] clk: sunxi-ng: Add support for the sun6i RTC clocks
> config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20220207/202202072224.hjVEpIij-lkp(a)intel.com/config)
> compiler: powerpc-linux-gcc (GCC) 11.2.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/sunxi/linux.git/commit/?id=4f88abd86756e574c733d2ca14676be335cc0058
>         git remote add sunxi https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
>         git fetch --no-tags sunxi sunxi/clk-for-5.18
>         git checkout 4f88abd86756e574c733d2ca14676be335cc0058
>         # save the config file to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash
> 
> 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 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:18:
> >> drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory
>        6 | #include <dt-bindings/clock/sun6i-rtc.h>
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.

I've dropped these patches for now

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2022-02-07 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 14:47 [sunxi:sunxi/clk-for-5.18 2/2] drivers/clk/sunxi-ng/ccu-sun6i-rtc.h:6:10: fatal error: dt-bindings/clock/sun6i-rtc.h: No such file or directory kernel test robot
2022-02-07 14:47 ` kernel test robot
2022-02-07 19:48 ` Maxime Ripard
2022-02-07 19:48   ` Maxime Ripard

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.