[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

From: kernel test robot
Date: Sun Jun 12 2022 - 09:00:14 EST


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@xxxxxxxxx/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@xxxxxxxxx>

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