Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Simon Horman <horms+renesas@verge.net.au>
Cc: kbuild-all@01.org, Bjorn Helgaas <bhelgaas@google.com>,
	Phil Edworthy <phil.edworthy@renesas.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org,
	Simon Horman <horms+renesas@verge.net.au>
Subject: Re: [PATCH pci/next] PCI: rcar: Add gen3 fallback compatibility string for pcie-rcar
Date: Sat, 3 Dec 2016 04:58:09 +0800	[thread overview]
Message-ID: <201612030416.krO2aYEg%fengguang.wu@intel.com> (raw)
In-Reply-To: <1480609693-25746-1-git-send-email-horms+renesas@verge.net.au>

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

Hi Simon,

[auto build test ERROR on pci/next]

url:    https://github.com/0day-ci/linux/commits/Simon-Horman/PCI-rcar-Add-gen3-fallback-compatibility-string-for-pcie-rcar/20161203-030440
base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: arm64-allmodconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
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=arm64 

All errors (new ones prefixed by >>):

>> drivers/pci/host/pcie-rcar.c:1081:12: error: 'rcar_pcie_hw_init_hw_init' undeclared here (not in a function)
       .data = rcar_pcie_hw_init_hw_init },
               ^~~~~~~~~~~~~~~~~~~~~~~~~

vim +/rcar_pcie_hw_init_hw_init +1081 drivers/pci/host/pcie-rcar.c

  1075		  .data = rcar_pcie_hw_init_gen2 },
  1076		{ .compatible = "renesas,pcie-r8a7790",
  1077		  .data = rcar_pcie_hw_init_gen2 },
  1078		{ .compatible = "renesas,pcie-r8a7791",
  1079		  .data = rcar_pcie_hw_init_gen2 },
  1080		{ .compatible = "renesas,pcie-rcar-gen3",
> 1081		  .data = rcar_pcie_hw_init_hw_init },
  1082		{ .compatible = "renesas,pcie-r8a7795", .data = rcar_pcie_hw_init },
  1083		{},
  1084	};

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

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

      parent reply	other threads:[~2016-12-02 20:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01 16:28 [PATCH pci/next] PCI: rcar: Add gen3 fallback compatibility string for pcie-rcar Simon Horman
2016-12-02  9:19 ` Geert Uytterhoeven
2016-12-02  9:33   ` Simon Horman
2016-12-02 20:58 ` kbuild test robot [this message]

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=201612030416.krO2aYEg%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=bhelgaas@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=horms+renesas@verge.net.au \
    --cc=kbuild-all@01.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=phil.edworthy@renesas.com \
    --cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox