Commit 0e6f7329 authored by Jeff Garzik's avatar Jeff Garzik

eexpress: fix !SMP unused-var warning

Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 3bdf590e
......@@ -651,9 +651,9 @@ static void eexp_timeout(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;
#ifdef CONFIG_SMP
struct net_local *lp = netdev_priv(dev);
unsigned long flags;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment