linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Linux Memory Management List <linux-mm@kvack.org>,
	Lee Jones <lee@kernel.org>
Subject: [linux-next:master 7594/9515] arch/arm/mach-pxa/hx4700.c:24:10: fatal error: 'linux/mfd/asic3.h' file not found
Date: Wed, 1 Feb 2023 08:26:30 +0800	[thread overview]
Message-ID: <202302010857.hYS9V7ob-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   80bd9028fecadae4e8e3a278cd32d74badc2a6e0
commit: 14ccecb63da856372fe59321903256eb7de98efb [7594/9515] mfd: Remove toshiba tmio drivers
config: arm-magician_defconfig (https://download.01.org/0day-ci/archive/20230201/202302010857.hYS9V7ob-lkp@intel.com/config)
compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 4196ca3278f78c6e19246e54ab0ecb364e37d66a)
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
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=14ccecb63da856372fe59321903256eb7de98efb
        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 14ccecb63da856372fe59321903256eb7de98efb
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang 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>

Note: the linux-next/master HEAD 80bd9028fecadae4e8e3a278cd32d74badc2a6e0 builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

>> arch/arm/mach-pxa/hx4700.c:24:10: fatal error: 'linux/mfd/asic3.h' file not found
   #include <linux/mfd/asic3.h>
            ^~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm/mach-pxa/hx4700-pcmcia.c:13:
>> arch/arm/mach-pxa/hx4700.h:12:10: fatal error: 'linux/mfd/asic3.h' file not found
   #include <linux/mfd/asic3.h>
            ^~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +24 arch/arm/mach-pxa/hx4700.c

d3ca1952e63ffb Philipp Zabel             2009-05-28 @24  #include <linux/mfd/asic3.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  25  #include <linux/mtd/physmap.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  26  #include <linux/pda_power.h>
3c6e8d05d60d81 Linus Walleij             2016-09-16  27  #include <linux/platform_data/gpio-htc-egpio.h>
8d6b00f5d639cf Paul Parsons              2012-10-19  28  #include <linux/pwm.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  29  #include <linux/pwm_backlight.h>
6967cca8b431a1 Heiko Stübner             2012-03-02  30  #include <linux/regulator/driver.h>
6967cca8b431a1 Heiko Stübner             2012-03-02  31  #include <linux/regulator/gpio-regulator.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  32  #include <linux/regulator/machine.h>
6ea0414fc748ab Philipp Zabel             2009-05-28  33  #include <linux/regulator/max1586.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  34  #include <linux/spi/ads7846.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  35  #include <linux/spi/spi.h>
8348c259dd6a60 Sebastian Andrzej Siewior 2010-11-22  36  #include <linux/spi/pxa2xx_spi.h>
f15fc9b12286f6 Wolfram Sang              2017-11-13  37  #include <linux/platform_data/i2c-pxa.h>
d3ca1952e63ffb Philipp Zabel             2009-05-28  38  

:::::: The code at line 24 was first introduced by commit
:::::: d3ca1952e63ffbebab6f2f1c9551df7b3cb731f5 [ARM] pxa: add basic support for HP iPAQ hx4700 PDAs

:::::: TO: Philipp Zabel <philipp.zabel@gmail.com>
:::::: CC: Eric Miao <eric.y.miao@gmail.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests


                 reply	other threads:[~2023-02-01  0:26 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=202302010857.hYS9V7ob-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=arnd@arndb.de \
    --cc=lee@kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox