* [linux-next:master 7757/13727] arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory
@ 2023-02-22 18:40 kernel test robot
2023-02-22 19:12 ` Andy Shevchenko
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2023-02-22 18:40 UTC (permalink / raw)
To: Andy Shevchenko
Cc: oe-kbuild-all, Linux Memory Management List, Bartosz Golaszewski,
Linus Walleij
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5
commit: 91a0192e90e9df40d4b63c4ce11126114ed5d79d [7757/13727] gpio: pcf857x: Get rid of legacy platform data
config: arm-buildonly-randconfig-r003-20230222 (https://download.01.org/0day-ci/archive/20230223/202302230244.9GrTbcGc-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/next/linux-next.git/commit/?id=91a0192e90e9df40d4b63c4ce11126114ed5d79d
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 91a0192e90e9df40d4b63c4ce11126114ed5d79d
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302230244.9GrTbcGc-lkp@intel.com/
Note: the linux-next/master HEAD aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5 builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>):
>> arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory
18 | #include <linux/platform_data/pcf857x.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> arch/arm/mach-pxa/balloon3.c:26:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory
26 | #include <linux/platform_data/pcf857x.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +18 arch/arm/mach-davinci/board-da830-evm.c
b6480faeee2348 Wolfram Sang 2017-05-21 @18 #include <linux/platform_data/pcf857x.h>
c70cf56252b9c1 Bartosz Golaszewski 2019-01-08 19 #include <linux/property.h>
733975a314e4dd David A. Griego 2009-09-18 20 #include <linux/mtd/mtd.h>
733975a314e4dd David A. Griego 2009-09-18 21 #include <linux/mtd/partitions.h>
16a3c8320a1946 Sekhar Nori 2011-02-24 22 #include <linux/spi/spi.h>
16a3c8320a1946 Sekhar Nori 2011-02-24 23 #include <linux/spi/flash.h>
b856671e8ce181 Philip Avinash 2013-08-18 24 #include <linux/platform_data/gpio-davinci.h>
b856671e8ce181 Philip Avinash 2013-08-18 25 #include <linux/platform_data/mtd-davinci.h>
b856671e8ce181 Philip Avinash 2013-08-18 26 #include <linux/platform_data/mtd-davinci-aemif.h>
b856671e8ce181 Philip Avinash 2013-08-18 27 #include <linux/platform_data/spi-davinci.h>
b856671e8ce181 Philip Avinash 2013-08-18 28 #include <linux/platform_data/usb-davinci.h>
aa88d25d5296b0 Bartosz Golaszewski 2018-06-28 29 #include <linux/platform_data/ti-aemif.h>
274e4c336192b3 Bartosz Golaszewski 2019-04-12 30 #include <linux/regulator/fixed.h>
40a17abc8b9844 Axel Haslam 2016-10-26 31 #include <linux/regulator/machine.h>
c85efcc60a8922 Bartosz Golaszewski 2018-11-13 32 #include <linux/nvmem-provider.h>
8593790d604c29 Mark A. Greer 2009-06-03 33
:::::: The code at line 18 was first introduced by commit
:::::: b6480faeee234829b315168aebcb281ecf95f178 gpio: pcf857x: move header file out of I2C realm
:::::: TO: Wolfram Sang <wsa@the-dreams.de>
:::::: CC: Linus Walleij <linus.walleij@linaro.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [linux-next:master 7757/13727] arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory
2023-02-22 18:40 [linux-next:master 7757/13727] arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory kernel test robot
@ 2023-02-22 19:12 ` Andy Shevchenko
2023-02-22 19:33 ` Bartosz Golaszewski
2023-02-22 20:44 ` Linus Walleij
0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-02-22 19:12 UTC (permalink / raw)
To: kernel test robot
Cc: oe-kbuild-all, Linux Memory Management List, Bartosz Golaszewski,
Linus Walleij
On Thu, Feb 23, 2023 at 02:40:42AM +0800, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5
> commit: 91a0192e90e9df40d4b63c4ce11126114ed5d79d [7757/13727] gpio: pcf857x: Get rid of legacy platform data
> config: arm-buildonly-randconfig-r003-20230222 (https://download.01.org/0day-ci/archive/20230223/202302230244.9GrTbcGc-lkp@intel.com/config)
> compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/next/linux-next.git/commit/?id=91a0192e90e9df40d4b63c4ce11126114ed5d79d
> 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 91a0192e90e9df40d4b63c4ce11126114ed5d79d
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Link: https://lore.kernel.org/oe-kbuild-all/202302230244.9GrTbcGc-lkp@intel.com/
>
> Note: the linux-next/master HEAD aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5 builds fine.
> It may have been fixed somewhere.
>
> All errors (new ones prefixed by >>):
Not an issue for upstream. The file arch/arm/mach-pxa/balloon3.c is removed in
Torvalds' tree before this patch will come there.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 7757/13727] arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory
2023-02-22 19:12 ` Andy Shevchenko
@ 2023-02-22 19:33 ` Bartosz Golaszewski
2023-02-22 20:44 ` Linus Walleij
1 sibling, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-02-22 19:33 UTC (permalink / raw)
To: Andy Shevchenko
Cc: kernel test robot, oe-kbuild-all, Linux Memory Management List,
Linus Walleij
On Wed, 22 Feb 2023 at 20:12, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Thu, Feb 23, 2023 at 02:40:42AM +0800, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5
> > commit: 91a0192e90e9df40d4b63c4ce11126114ed5d79d [7757/13727] gpio: pcf857x: Get rid of legacy platform data
> > config: arm-buildonly-randconfig-r003-20230222 (https://download.01.org/0day-ci/archive/20230223/202302230244.9GrTbcGc-lkp@intel.com/config)
> > compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/next/linux-next.git/commit/?id=91a0192e90e9df40d4b63c4ce11126114ed5d79d
> > 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 91a0192e90e9df40d4b63c4ce11126114ed5d79d
> > # save the config file
> > mkdir build_dir && cp config build_dir/.config
> > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig
> > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
> >
> > If you fix the issue, kindly add following tag where applicable
> > | Reported-by: kernel test robot <lkp@intel.com>
> > | Link: https://lore.kernel.org/oe-kbuild-all/202302230244.9GrTbcGc-lkp@intel.com/
> >
> > Note: the linux-next/master HEAD aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5 builds fine.
> > It may have been fixed somewhere.
> >
> > All errors (new ones prefixed by >>):
>
> Not an issue for upstream. The file arch/arm/mach-pxa/balloon3.c is removed in
> Torvalds' tree before this patch will come there.
>
Thanks, I was having a heart attack knowing I had already sent out the PR. :)
Bart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 7757/13727] arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory
2023-02-22 19:12 ` Andy Shevchenko
2023-02-22 19:33 ` Bartosz Golaszewski
@ 2023-02-22 20:44 ` Linus Walleij
1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2023-02-22 20:44 UTC (permalink / raw)
To: Andy Shevchenko, Arnd Bergmann
Cc: kernel test robot, oe-kbuild-all, Linux Memory Management List,
Bartosz Golaszewski
On Wed, Feb 22, 2023 at 8:12 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> Not an issue for upstream. The file arch/arm/mach-pxa/balloon3.c is removed in
> Torvalds' tree before this patch will come there.
(Nonrelated)
Arnds board file deletions has lots of upsides, here is one:
git grep 'linux\/gpio\.h' |wc -l
v6.0 549
v6.1 537
v6.2 505
master 359
That's the biggest reduction in legacy GPIO header usage ever.
We killed off almost 200 sites since v6.0!
And the grep even includes a few false positives.
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-22 20:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 18:40 [linux-next:master 7757/13727] arch/arm/mach-davinci/board-da830-evm.c:18:10: fatal error: linux/platform_data/pcf857x.h: No such file or directory kernel test robot
2023-02-22 19:12 ` Andy Shevchenko
2023-02-22 19:33 ` Bartosz Golaszewski
2023-02-22 20:44 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox