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:
@@ -3065,8 +3065,6 @@ out:
|
|||||||
|
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
|
|
||||||
#define SEQ_START_TOKEN ((void *)1)
|
|
||||||
|
|
||||||
static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
|
static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
|
||||||
{
|
{
|
||||||
struct bonding *bond = seq->private;
|
struct bonding *bond = seq->private;
|
||||||
|
Reference in New Issue
Block a user