[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201601252014.ogTG5JRy%fengguang.wu@intel.com>
Date: Mon, 25 Jan 2016 20:48:33 +0800
From: kbuild test robot <lkp@...el.com>
To: John Crispin <blogic@...nwrt.org>
Cc: kbuild-all@...org, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Chen Zhong <chen.zhong@...iatek.com>,
Matthias Brugger <matthias.bgg@...il.com>,
Henry Chen <henryc.chen@...iatek.com>,
Steven Liu <steven.liu@...iatek.com>,
linux-mediatek@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
John Crispin <blogic@...nwrt.org>
Subject: Re: [PATCH V3 2/2] regulator: mt6323: Add support for MT6323
regulator
Hi Chen,
[auto build test ERROR on regulator/for-next]
[also build test ERROR on v4.5-rc1 next-20160125]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/John-Crispin/dt-bindings-regulator-Add-document-for-MT6323-regulator/20160125-184401
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
config: m68k-allyesconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=m68k
All errors (new ones prefixed by >>):
>> drivers/regulator/mt6323-regulator.c:20:40: fatal error: linux/mfd/mt6323/registers.h: No such file or directory
#include <linux/mfd/mt6323/registers.h>
^
compilation terminated.
vim +20 drivers/regulator/mt6323-regulator.c
14
15 #include <linux/module.h>
16 #include <linux/of.h>
17 #include <linux/platform_device.h>
18 #include <linux/regmap.h>
19 #include <linux/mfd/mt6397/core.h>
> 20 #include <linux/mfd/mt6323/registers.h>
21 #include <linux/regulator/driver.h>
22 #include <linux/regulator/machine.h>
23 #include <linux/regulator/mt6323-regulator.h>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (35266 bytes)
Powered by blists - more mailing lists