Przeglądaj źródła

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

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>
Joe Perches 17 lat temu
rodzic
commit
dc13b38599
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      drivers/net/bonding/bond_main.c

+ 0 - 2
drivers/net/bonding/bond_main.c

@@ -3065,8 +3065,6 @@ out:
 
 #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;