[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHrpEqRQkY-09tcvxuuSHK+KbxMYXH50O7brXCA5B-K3V1S9_Q@mail.gmail.com>
Date: Fri, 3 Oct 2014 15:14:53 -0500
From: Zhi Li <lznuaa@...il.com>
To: Fabio Estevam <festevam@...il.com>
Cc: Frank Li <Frank.Li@...escale.com>,
"David S. Miller" <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Duan Fugang-B38611 <b38611@...escale.com>
Subject: Re: [PATCH net-next 1/1] net: fec: fix build error at m68k platform
On Fri, Oct 3, 2014 at 3:07 PM, Fabio Estevam <festevam@...il.com> wrote:
> On Fri, Oct 3, 2014 at 4:00 PM, Frank Li <Frank.Li@...escale.com> wrote:
>> 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
>> git checkout 1b7bde6d659d30f171259cc2dfba8e5dab34e735
>> # save the attached .config to linux build tree
>
> There is no attached config ;-)
It is copy from kbuild report.
Can I change to
config: m68k-m5275evb_defconfig (attached as .config)
>
>> make.cross ARCH=m68k
>>
>> All error/warnings:
>>
>> drivers/net/ethernet/freescale/fec_main.c: In function 'fec_enet_rx_queue':
>>>> drivers/net/ethernet/freescale/fec_main.c:1470:3: error: implicit declaration of function 'prefetch' [-Werror=implicit-function-declaration]
>> prefetch(skb->data - NET_IP_ALIGN);
>> ^
>> cc1: some warnings being treated as errors
>>
>> missed included prefetch.h
>>
>> Signed-off-by: Frank Li <Frank.Li@...escale.com>
>
> It seems you missed the Reported-by: kbuild test robot
> <fengguang.wu@...el.com> tag.
Okay I can add it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists