mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: kbuild-all@01.org, Thomas Gleixner <tglx@linutronix.de>,
	Jason Cooper <jason@lakedaemon.net>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: Re: [PATCH 1/2] irqchip/renesas-intc-irqpin: Remove obsolete platform data support
Date: Thu, 8 Oct 2015 02:51:08 +0800	[thread overview]
Message-ID: <201510080222.DOQb22vC%fengguang.wu@intel.com> (raw)
In-Reply-To: <1444215094-27159-2-git-send-email-geert+renesas@glider.be>

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

Hi Geert,

[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]

config: arm-bockw_defconfig (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=arm 

All errors (new ones prefixed by >>):

>> arch/arm/mach-shmobile/setup-r8a7778.c:26:57: fatal error: linux/platform_data/irq-renesas-intc-irqpin.h: No such file or directory
    #include <linux/platform_data/irq-renesas-intc-irqpin.h>
                                                            ^
   compilation terminated.

vim +26 arch/arm/mach-shmobile/setup-r8a7778.c

ccb7cc74 Kuninori Morimoto 2013-03-21  10   * the Free Software Foundation; version 2 of the License.
ccb7cc74 Kuninori Morimoto 2013-03-21  11   *
ccb7cc74 Kuninori Morimoto 2013-03-21  12   * This program is distributed in the hope that it will be useful,
ccb7cc74 Kuninori Morimoto 2013-03-21  13   * but WITHOUT ANY WARRANTY; without even the implied warranty of
ccb7cc74 Kuninori Morimoto 2013-03-21  14   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
ccb7cc74 Kuninori Morimoto 2013-03-21  15   * GNU General Public License for more details.
ccb7cc74 Kuninori Morimoto 2013-03-21  16   */
ccb7cc74 Kuninori Morimoto 2013-03-21  17  
43cbec85 Ulrich Hecht      2015-02-16  18  #include <linux/clk/shmobile.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  19  #include <linux/kernel.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  20  #include <linux/io.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  21  #include <linux/irqchip/arm-gic.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  22  #include <linux/of.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  23  #include <linux/of_platform.h>
338c4991 Max Filippov      2013-08-25  24  #include <linux/platform_data/dma-rcar-hpbdma.h>
39ca2283 Kuninori Morimoto 2013-04-17  25  #include <linux/platform_data/gpio-rcar.h>
3a42fa20 Kuninori Morimoto 2013-04-01 @26  #include <linux/platform_data/irq-renesas-intc-irqpin.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  27  #include <linux/platform_device.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  28  #include <linux/irqchip.h>
db331fc8 Kuninori Morimoto 2013-03-21  29  #include <linux/serial_sci.h>
ccb7cc74 Kuninori Morimoto 2013-03-21  30  #include <linux/sh_timer.h>
02474a41 Sergei Shtylyov   2013-06-09  31  #include <linux/pm_runtime.h>
02474a41 Sergei Shtylyov   2013-06-09  32  #include <linux/usb/phy.h>
02474a41 Sergei Shtylyov   2013-06-09  33  #include <linux/usb/hcd.h>
02474a41 Sergei Shtylyov   2013-06-09  34  #include <linux/usb/ehci_pdriver.h>

:::::: The code at line 26 was first introduced by commit
:::::: 3a42fa20aba327857a5454aeecf54f38d4212a66 ARM: shmobile: r8a7778: add r8a7778_init_irq_extpin()

:::::: TO: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
:::::: CC: Simon Horman <horms+renesas@verge.net.au>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 15098 bytes --]

  reply	other threads:[~2015-10-07 18:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-07 10:51 [PATCH 0/2] " Geert Uytterhoeven
2015-10-07 10:51 ` [PATCH 1/2] " Geert Uytterhoeven
2015-10-07 18:51   ` kbuild test robot [this message]
2015-10-07 21:42     ` Geert Uytterhoeven
2015-10-09 12:19       ` Thomas Gleixner
2015-10-12  0:27         ` Simon Horman
2015-10-12  6:52           ` Thomas Gleixner
2015-10-12  7:09             ` Geert Uytterhoeven
2015-10-07 10:51 ` [PATCH 2/2] irqchip/renesas-intc-irqpin: Remove intc_irqpin_priv.number_of_irqs Geert Uytterhoeven
2015-10-07 12:46 ` [PATCH 0/2] irqchip/renesas-intc-irqpin: Remove obsolete platform data support Marc Zyngier

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=201510080222.DOQb22vC%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=geert+renesas@glider.be \
    --cc=jason@lakedaemon.net \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=marc.zyngier@arm.com \
    --cc=tglx@linutronix.de \
    /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

all inboxes | Powered by JetHome®