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

Commit dc13b385 authored by Joe Perches's avatar Joe Perches Committed by Jeff Garzik
Browse files

drivers/net/bonding/bond_main.c - remove unnecessary #define



bond_main.c already #includes <linux/seq_file.h>

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent c5e38a94
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3065,8 +3065,6 @@ void bond_activebackup_arp_mon(struct work_struct *work)

#ifdef CONFIG_PROC_FS

#define SEQ_START_TOKEN ((void *)1)

static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
{
	struct bonding *bond = seq->private;