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

Commit b747caf3 authored by David S. Miller's avatar David S. Miller
Browse files

ariadne: Fix build.



References removed HAVE_MULTICAST.

Reporeted-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 32e7bfc4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -123,9 +123,7 @@ static void ariadne_reset(struct net_device *dev);
static irqreturn_t ariadne_interrupt(int irq, void *data);
static int ariadne_close(struct net_device *dev);
static struct net_device_stats *ariadne_get_stats(struct net_device *dev);
#ifdef HAVE_MULTICAST
static void set_multicast_list(struct net_device *dev);
#endif


static void memcpyw(volatile u_short *dest, u_short *src, int len)