[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1207863571.1020.196.camel@localhost>
Date: Thu, 10 Apr 2008 14:39:30 -0700
From: Joe Perches <joe@...ches.com>
To: Chad Tindel <ctindel@...rs.sourceforge.net>,
Jay Vosburgh <fubar@...ibm.com>
Cc: Jeff Garzik <jgarzik@...ox.com>,
David S Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: [PATCH net-2.6.26] drivers/net/bonding/bond_main.c - remove
unnecessary #define
bond_main.c already #includes <linux/seq_file.h>
Signed-off-by: Joe Perches <joe@...ches.com>
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 ecfaf14..6e91b4b 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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists