Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0018dfa4 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] wrong ifdefs in 82596.c



ifdefs around variable declaration would better match those around its uses...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3c139586
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -614,7 +614,7 @@ static void rebuild_rx_bufs(struct net_device *dev)
static int init_i596_mem(struct net_device *dev)
{
	struct i596_private *lp = dev->priv;
#if !defined(ENABLE_MVME16x_NET) && !defined(ENABLE_BVME6000_NET)
#if !defined(ENABLE_MVME16x_NET) && !defined(ENABLE_BVME6000_NET) || defined(ENABLE_APRICOT)
	short ioaddr = dev->base_addr;
#endif
	unsigned long flags;