forked from Minki/linux
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>
This commit is contained in:
parent
c5e38a949b
commit
dc13b38599
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user