* [PATCH net-2.6.26] drivers/net/bonding/bond_main.c - remove unnecessary #define
@ 2008-04-10 21:39 Joe Perches
2008-04-12 9:01 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2008-04-10 21:39 UTC (permalink / raw)
To: Chad Tindel, Jay Vosburgh; +Cc: Jeff Garzik, David S Miller, netdev
bond_main.c already #includes <linux/seq_file.h>
Signed-off-by: Joe Perches <joe@perches.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;
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH net-2.6.26] drivers/net/bonding/bond_main.c - remove unnecessary #define
2008-04-10 21:39 [PATCH net-2.6.26] drivers/net/bonding/bond_main.c - remove unnecessary #define Joe Perches
@ 2008-04-12 9:01 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-04-12 9:01 UTC (permalink / raw)
To: Joe Perches; +Cc: Chad Tindel, Jay Vosburgh, David S Miller, netdev
Joe Perches wrote:
> bond_main.c already #includes <linux/seq_file.h>
>
> Signed-off-by: Joe Perches <joe@perches.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;
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-12 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-10 21:39 [PATCH net-2.6.26] drivers/net/bonding/bond_main.c - remove unnecessary #define Joe Perches
2008-04-12 9:01 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).