Skip to content

Commit

Permalink
drivers/net/bonding/bond_main.c - remove unnecessary #define
Browse files Browse the repository at this point in the history
bond_main.c already #includes <linux/seq_file.h>

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Joe Perches authored and Jeff Garzik committed Apr 17, 2008
1 parent c5e38a9 commit dc13b38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc13b38

Please sign in to comment.