From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
andrew-g2DYL2Zd6BY@public.gmane.org,
vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org,
Florian Fainelli
<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Frank Rowand
<frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n
Date: Fri, 7 Apr 2017 14:58:49 +0800 [thread overview]
Message-ID: <201704071459.Jmod1S8z%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170406193224.10046-1-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 3582 bytes --]
Hi Florian,
[auto build test ERROR on v4.9-rc8]
[also build test ERROR on next-20170406]
[cannot apply to glikely/devicetree/next]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/of-Make-of_match_node-an-inline-stub-for-CONFIG_OF-n/20170407-111805
config: x86_64-acpi-redef (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/ethernet/cadence/macb.c: In function 'macb_probe':
>> drivers/net/ethernet/cadence/macb.c:2967:25: error: 'macb_dt_ids' undeclared (first use in this function)
match = of_match_node(macb_dt_ids, np);
^~~~~~~~~~~
drivers/net/ethernet/cadence/macb.c:2967:25: note: each undeclared identifier is reported only once for each function it appears in
vim +/macb_dt_ids +2967 drivers/net/ethernet/cadence/macb.c
421d9df06 Cyrille Pitchen 2015-03-07 2951 struct phy_device *phydev;
421d9df06 Cyrille Pitchen 2015-03-07 2952 struct net_device *dev;
421d9df06 Cyrille Pitchen 2015-03-07 2953 struct resource *regs;
421d9df06 Cyrille Pitchen 2015-03-07 2954 void __iomem *mem;
421d9df06 Cyrille Pitchen 2015-03-07 2955 const char *mac;
421d9df06 Cyrille Pitchen 2015-03-07 2956 struct macb *bp;
421d9df06 Cyrille Pitchen 2015-03-07 2957 int err;
421d9df06 Cyrille Pitchen 2015-03-07 2958
f2ce8a9e4 Andy Shevchenko 2015-07-24 2959 regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
f2ce8a9e4 Andy Shevchenko 2015-07-24 2960 mem = devm_ioremap_resource(&pdev->dev, regs);
f2ce8a9e4 Andy Shevchenko 2015-07-24 2961 if (IS_ERR(mem))
f2ce8a9e4 Andy Shevchenko 2015-07-24 2962 return PTR_ERR(mem);
f2ce8a9e4 Andy Shevchenko 2015-07-24 2963
c69618b3e Nicolas Ferre 2015-03-31 2964 if (np) {
c69618b3e Nicolas Ferre 2015-03-31 2965 const struct of_device_id *match;
c69618b3e Nicolas Ferre 2015-03-31 2966
c69618b3e Nicolas Ferre 2015-03-31 @2967 match = of_match_node(macb_dt_ids, np);
c69618b3e Nicolas Ferre 2015-03-31 2968 if (match && match->data) {
c69618b3e Nicolas Ferre 2015-03-31 2969 macb_config = match->data;
c69618b3e Nicolas Ferre 2015-03-31 2970 clk_init = macb_config->clk_init;
c69618b3e Nicolas Ferre 2015-03-31 2971 init = macb_config->init;
c69618b3e Nicolas Ferre 2015-03-31 2972 }
c69618b3e Nicolas Ferre 2015-03-31 2973 }
c69618b3e Nicolas Ferre 2015-03-31 2974
aead88bd0 shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org 2016-08-16 2975 err = clk_init(pdev, &pclk, &hclk, &tx_clk, &rx_clk);
:::::: The code at line 2967 was first introduced by commit
:::::: c69618b3e4f220f4990b91596d40ea3c4cdc938a net/macb: fix probe sequence to setup clocks earlier
:::::: TO: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
:::::: CC: David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
---
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: 28725 bytes --]
next prev parent reply other threads:[~2017-04-07 6:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-06 19:32 [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n Florian Fainelli
[not found] ` <20170406193224.10046-1-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-04-06 19:54 ` Andrew Lunn
2017-04-07 6:58 ` kbuild test robot [this message]
2017-04-07 7:49 ` kbuild 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=201704071459.Jmod1S8z%fengguang.wu@intel.com \
--to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=andrew-g2DYL2Zd6BY@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.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