All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [broonie-ci:v3_20220523_angelogioacchino_delregno_mediatek_helio_x10_mt6795_mt6331_6332_regulators 1/4] drivers/regulator/mt6331-regulator.c:15:10: fatal error: linux/mfd/mt6331/registers.h: No such file or directory
@ 2022-06-12 12:59 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-06-12 12:59 UTC (permalink / raw
  To: AngeloGioacchino Del Regno; +Cc: kbuild-all, linux-kernel, Mark Brown

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git v3_20220523_angelogioacchino_delregno_mediatek_helio_x10_mt6795_mt6331_6332_regulators
head:   eaff71a5b4e846b2370bbe92e4c433d014ae461c
commit: 94d5539dd3df7b7f8f4587da0e5b6a46e41f88a4 [1/4] regulator: Add driver for MT6331 PMIC regulators
config: parisc64-allyesconfig (https://download.01.org/0day-ci/archive/20220612/202206122043.tlKYtim4-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 11.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/broonie/ci.git/commit/?id=94d5539dd3df7b7f8f4587da0e5b6a46e41f88a4
        git remote add broonie-ci https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git
        git fetch --no-tags broonie-ci v3_20220523_angelogioacchino_delregno_mediatek_helio_x10_mt6795_mt6331_6332_regulators
        git checkout 94d5539dd3df7b7f8f4587da0e5b6a46e41f88a4
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=parisc SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

>> drivers/regulator/mt6331-regulator.c:15:10: fatal error: linux/mfd/mt6331/registers.h: No such file or directory
      15 | #include <linux/mfd/mt6331/registers.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +15 drivers/regulator/mt6331-regulator.c

     9	
    10	#include <linux/module.h>
    11	#include <linux/of.h>
    12	#include <linux/platform_device.h>
    13	#include <linux/regmap.h>
    14	#include <linux/mfd/mt6397/core.h>
  > 15	#include <linux/mfd/mt6331/registers.h>
    16	#include <linux/regulator/driver.h>
    17	#include <linux/regulator/machine.h>
    18	#include <linux/regulator/mt6331-regulator.h>
    19	#include <linux/regulator/of_regulator.h>
    20	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-12 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-12 12:59 [broonie-ci:v3_20220523_angelogioacchino_delregno_mediatek_helio_x10_mt6795_mt6331_6332_regulators 1/4] drivers/regulator/mt6331-regulator.c:15:10: fatal error: linux/mfd/mt6331/registers.h: No such file or directory 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.