[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081125195756.12317499@lxorguk.ukuu.org.uk>
Date: Tue, 25 Nov 2008 19:57:56 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Randy Dunlap <randy.dunlap@...cle.com>,
Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
p_gortmaker@...oo.com, netdev@...r.kernel.org, mel@....ul.ie
Subject: Re: [BUILD_FAILURE] linux-next: 20081125 - 8390 network driver
build fails
> drivers/net/8390p.o: In function `ei_get_stats':
> (.text+0x1050): multiple definition of `ei_get_stats'
> drivers/net/8390.o:(.text+0xe20): first defined here
> drivers/net/8390p.o: In function `ei_start_xmit':
> (.text+0x1100): multiple definition of `ei_start_xmit'
> drivers/net/8390.o:(.text+0xef0): first defined here
> drivers/net/8390p.o: In function `ei_tx_timeout':
> (.text+0xec0): multiple definition of `ei_tx_timeout'
> drivers/net/8390.o:(.text+0xce0): first defined here
> drivers/net/8390p.o: In function `ei_set_multicast_list':
> (.text+0x1000): multiple definition of `ei_set_multicast_list'
> drivers/net/8390.o:(.text+0xea0): first defined here
> make[2]: *** [drivers/net/built-in.o] Error 1
>
> and none of these functions is static in lib8390.c.
They seem to be just fine in the base tree, so somebody has merged
something stoopid.
*/
static int ei_start_xmit(struct sk_buff *skb, struct net_device *dev)
{
Alan
--
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