[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <494498ED.7080903@oracle.com>
Date: Sat, 13 Dec 2008 21:26:05 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>,
Stephen Hemminger <shemminger@...tta.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: Re: linux-next: Tree for December 12 (netdev ops)
Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20081211:
If hplan is built-in, this build error can happen:
build-r7084.out:8390p.c:(.text+0xfd9aa): undefined reference to `ei_start_xmit'
build-r7084.out:8390p.c:(.text+0xfd9b6): undefined reference to `ei_get_stats'
build-r7084.out:8390p.c:(.text+0xfd9c6): undefined reference to `ei_set_multicast_list'
since hplan uses 8390p.c, which uses lib8390.c, but the latter always uses:
#ifdef CONFIG_COMPAT_NET_DEV_OPS
dev->hard_start_xmit = ei_start_xmit;
dev->get_stats = ei_get_stats;
dev->set_multicast_list = ei_set_multicast_list;
dev->tx_timeout = __ei_tx_timeout;
#endif
However, those ei_* functions should be eip_* in this case.
How to do that??
config attached.
~Randy
View attachment "config-hplan-y" of type "text/plain" (37464 bytes)
Powered by blists - more mailing lists