diff options
author | Joe Perches <joe@perches.com> | 2008-04-10 23:39:30 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-17 02:09:35 +0200 |
commit | dc13b385999f163dc30c73d66f2ac6d67410528d (patch) | |
tree | a7dc27d3765f775864eb4c86ccd7cea2ca65d7e5 | |
parent | phy: Clean up header style (diff) | |
download | linux-dc13b385999f163dc30c73d66f2ac6d67410528d.tar.xz linux-dc13b385999f163dc30c73d66f2ac6d67410528d.zip |
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>
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index ecfaf1460b1a..6e91b4b7aabb 100644 --- a/drivers/net/bonding/bond_main.c +++ b/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; |