From: kernel test robot <lkp@intel.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>
Subject: [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
Date: Sun, 12 Jun 2022 20:59:07 +0800 [thread overview]
Message-ID: <202206122043.tlKYtim4-lkp@intel.com> (raw)
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
reply other threads:[~2022-06-12 13:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202206122043.tlKYtim4-lkp@intel.com \
--to=lkp@intel.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=broonie@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.