All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 9302/10581] arch/arm/mach-u300/core.c:13:10: fatal error: linux/platform_data/clk-u300.h: No such file or directory
Date: Fri, 12 Feb 2021 03:45:04 +0800	[thread overview]
Message-ID: <202102120356.LSaEc1dm-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2425 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   671176b0016c80b3943cb5387312c886aba3308d
commit: ee7294ba49bf8559b560b21629ed8153082c25cf [9302/10581] clk: remove u300 driver
config: arm-u300_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.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/next/linux-next.git/commit/?id=ee7294ba49bf8559b560b21629ed8153082c25cf
        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 ee7294ba49bf8559b560b21629ed8153082c25cf
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

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

All errors (new ones prefixed by >>):

>> arch/arm/mach-u300/core.c:13:10: fatal error: linux/platform_data/clk-u300.h: No such file or directory
      13 | #include <linux/platform_data/clk-u300.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +13 arch/arm/mach-u300/core.c

50667d63085af1 Linus Walleij 2012-06-19 @13  #include <linux/platform_data/clk-u300.h>
978577ea21fb05 Linus Walleij 2013-04-08  14  #include <linux/irqchip.h>
cf0ce095c932be Linus Walleij 2013-05-22  15  #include <linux/of_address.h>
978577ea21fb05 Linus Walleij 2013-04-08  16  #include <linux/of_platform.h>
978577ea21fb05 Linus Walleij 2013-04-08  17  #include <linux/clocksource.h>
75a7f3f18e0dee Linus Walleij 2013-04-22  18  #include <linux/clk.h>
bb3cee2b35d2b9 Linus Walleij 2009-04-23  19  

:::::: The code at line 13 was first introduced by commit
:::::: 50667d63085af108f625c83102430c1d74931d78 ARM: u300: convert to common clock

:::::: TO: Linus Walleij <linus.walleij@linaro.org>
:::::: CC: Mike Turquette <mturquette@linaro.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 13692 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: kbuild-all@lists.01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Stephen Boyd <sboyd@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [linux-next:master 9302/10581] arch/arm/mach-u300/core.c:13:10: fatal error: linux/platform_data/clk-u300.h: No such file or directory
Date: Fri, 12 Feb 2021 03:45:04 +0800	[thread overview]
Message-ID: <202102120356.LSaEc1dm-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2375 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   671176b0016c80b3943cb5387312c886aba3308d
commit: ee7294ba49bf8559b560b21629ed8153082c25cf [9302/10581] clk: remove u300 driver
config: arm-u300_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.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/next/linux-next.git/commit/?id=ee7294ba49bf8559b560b21629ed8153082c25cf
        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 ee7294ba49bf8559b560b21629ed8153082c25cf
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

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

All errors (new ones prefixed by >>):

>> arch/arm/mach-u300/core.c:13:10: fatal error: linux/platform_data/clk-u300.h: No such file or directory
      13 | #include <linux/platform_data/clk-u300.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +13 arch/arm/mach-u300/core.c

50667d63085af1 Linus Walleij 2012-06-19 @13  #include <linux/platform_data/clk-u300.h>
978577ea21fb05 Linus Walleij 2013-04-08  14  #include <linux/irqchip.h>
cf0ce095c932be Linus Walleij 2013-05-22  15  #include <linux/of_address.h>
978577ea21fb05 Linus Walleij 2013-04-08  16  #include <linux/of_platform.h>
978577ea21fb05 Linus Walleij 2013-04-08  17  #include <linux/clocksource.h>
75a7f3f18e0dee Linus Walleij 2013-04-22  18  #include <linux/clk.h>
bb3cee2b35d2b9 Linus Walleij 2009-04-23  19  

:::::: The code at line 13 was first introduced by commit
:::::: 50667d63085af108f625c83102430c1d74931d78 ARM: u300: convert to common clock

:::::: TO: Linus Walleij <linus.walleij@linaro.org>
:::::: CC: Mike Turquette <mturquette@linaro.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 13692 bytes --]

             reply	other threads:[~2021-02-11 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-11 19:45 kernel test robot [this message]
2021-02-11 19:45 ` [linux-next:master 9302/10581] arch/arm/mach-u300/core.c:13:10: fatal error: linux/platform_data/clk-u300.h: No such file or directory kernel test robot

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=202102120356.LSaEc1dm-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.