eexpress: fix !SMP unused-var warning
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
@@ -651,9 +651,9 @@ static void eexp_timeout(struct net_device *dev)
|
|||||||
*/
|
*/
|
||||||
static int eexp_xmit(struct sk_buff *buf, struct net_device *dev)
|
static int eexp_xmit(struct sk_buff *buf, struct net_device *dev)
|
||||||
{
|
{
|
||||||
struct net_local *lp = netdev_priv(dev);
|
|
||||||
short length = buf->len;
|
short length = buf->len;
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
|
struct net_local *lp = netdev_priv(dev);
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user