All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Sebastian Siewior <netdev@ml.breakpoint.cc>
Cc: netdev@vger.kernel.org, Li Yang <leoli@freescale.com>
Subject: Re: [PATCH] [net] gianfar: remove orphan struct.
Date: Wed, 17 Oct 2007 20:21:13 -0400	[thread overview]
Message-ID: <4716A6F9.8020206@garzik.org> (raw)
In-Reply-To: <E1Ii4k6-0000VM-0j@Chamillionaire.breakpoint.cc>

Sebastian Siewior wrote:
> struct net_device_stats is no longer used in driver's private
> struct but in struct net_device.
> 
> Cc: Li Yang <leoli@freescale.com>
> Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
> ---
>  drivers/net/gianfar.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h
> index c16cc8b..46cd773 100644
> --- a/drivers/net/gianfar.h
> +++ b/drivers/net/gianfar.h
> @@ -749,7 +749,6 @@ struct gfar_private {
>  	uint32_t msg_enable;
>  
>  	/* Network Statistics */
> -	struct net_device_stats stats;

applied



      reply	other threads:[~2007-10-18  0:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-17  8:52 [PATCH] [net] gianfar: remove orphan struct Sebastian Siewior
2007-10-18  0:21 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4716A6F9.8020206@garzik.org \
    --to=jeff@garzik.org \
    --cc=leoli@freescale.com \
    --cc=netdev@ml.breakpoint.cc \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.