All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 10069/11322] drivers/regulator/sy7636a-regulator.c:14:10: fatal error: 'linux/mfd/sy7636a.h' file not found
@ 2021-10-25 11:46 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-25 11:46 UTC (permalink / raw)
  To: Alistair Francis
  Cc: llvm, kbuild-all, Linux Memory Management List, Mark Brown

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   9ae1fbdeabd3b3f668ad0bcb47d64b3a9fb4f8fc
commit: cb17820ef71ed70f70ee1eed2b378664746b6fde [10069/11322] regulator: sy7636a: Remove requirement on sy7636a mfd
config: arm-randconfig-r016-20211025 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project a461fa64bb37cffd73f683c74f6b0780379fc2ca)
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
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=cb17820ef71ed70f70ee1eed2b378664746b6fde
        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 cb17820ef71ed70f70ee1eed2b378664746b6fde
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/regulator/

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 9ae1fbdeabd3b3f668ad0bcb47d64b3a9fb4f8fc builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

>> drivers/regulator/sy7636a-regulator.c:14:10: fatal error: 'linux/mfd/sy7636a.h' file not found
   #include <linux/mfd/sy7636a.h>
            ^~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +14 drivers/regulator/sy7636a-regulator.c

8c485bedfb7852 Alistair Francis 2021-06-15   9  
8c485bedfb7852 Alistair Francis 2021-06-15  10  #include <linux/module.h>
8c485bedfb7852 Alistair Francis 2021-06-15  11  #include <linux/platform_device.h>
8c485bedfb7852 Alistair Francis 2021-06-15  12  #include <linux/regmap.h>
8c485bedfb7852 Alistair Francis 2021-06-15  13  #include <linux/gpio/consumer.h>
8c485bedfb7852 Alistair Francis 2021-06-15 @14  #include <linux/mfd/sy7636a.h>
8c485bedfb7852 Alistair Francis 2021-06-15  15  

:::::: The code at line 14 was first introduced by commit
:::::: 8c485bedfb7852fa4de2a34aac2a6fd911f539f4 regulator: sy7636a: Initial commit

:::::: TO: Alistair Francis <alistair@alistair23.me>
:::::: CC: Mark Brown <broonie@kernel.org>

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

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

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

* [linux-next:master 10069/11322] drivers/regulator/sy7636a-regulator.c:14:10: fatal error: 'linux/mfd/sy7636a.h' file not found
@ 2021-10-25 11:46 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-25 11:46 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   9ae1fbdeabd3b3f668ad0bcb47d64b3a9fb4f8fc
commit: cb17820ef71ed70f70ee1eed2b378664746b6fde [10069/11322] regulator: sy7636a: Remove requirement on sy7636a mfd
config: arm-randconfig-r016-20211025 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project a461fa64bb37cffd73f683c74f6b0780379fc2ca)
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
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=cb17820ef71ed70f70ee1eed2b378664746b6fde
        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 cb17820ef71ed70f70ee1eed2b378664746b6fde
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/regulator/

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 9ae1fbdeabd3b3f668ad0bcb47d64b3a9fb4f8fc builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

>> drivers/regulator/sy7636a-regulator.c:14:10: fatal error: 'linux/mfd/sy7636a.h' file not found
   #include <linux/mfd/sy7636a.h>
            ^~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +14 drivers/regulator/sy7636a-regulator.c

8c485bedfb7852 Alistair Francis 2021-06-15   9  
8c485bedfb7852 Alistair Francis 2021-06-15  10  #include <linux/module.h>
8c485bedfb7852 Alistair Francis 2021-06-15  11  #include <linux/platform_device.h>
8c485bedfb7852 Alistair Francis 2021-06-15  12  #include <linux/regmap.h>
8c485bedfb7852 Alistair Francis 2021-06-15  13  #include <linux/gpio/consumer.h>
8c485bedfb7852 Alistair Francis 2021-06-15 @14  #include <linux/mfd/sy7636a.h>
8c485bedfb7852 Alistair Francis 2021-06-15  15  

:::::: The code at line 14 was first introduced by commit
:::::: 8c485bedfb7852fa4de2a34aac2a6fd911f539f4 regulator: sy7636a: Initial commit

:::::: TO: Alistair Francis <alistair@alistair23.me>
:::::: CC: Mark Brown <broonie@kernel.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: 30126 bytes --]

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

end of thread, other threads:[~2021-10-25 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 11:46 [linux-next:master 10069/11322] drivers/regulator/sy7636a-regulator.c:14:10: fatal error: 'linux/mfd/sy7636a.h' file not found kernel test robot
2021-10-25 11:46 ` kernel test robot

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.