[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141006.002210.1583510707427565787.davem@davemloft.net>
Date: Mon, 06 Oct 2014 00:22:10 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: Frank.Li@...escale.com
Cc: lznuaa@...il.com, netdev@...r.kernel.org, b38611@...escale.com
Subject: Re: [PATCH v2 net-next 1/1] net: fec: fix build error at m68k
platform
From: Frank Li <Frank.Li@...escale.com>
Date: Fri, 3 Oct 2014 14:29:14 -0700
> 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
>
> make.cross ARCH=m68k m5275evb_defconfig
> 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
>
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: Frank Li <Frank.Li@...escale.com>
Applied, thanks.
--
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