netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Olsa <olsajiri@gmail.com>
To: netdev@vger.kernel.org
Subject: Re: [PATCH] net: Removing duplicit #includes
Date: Wed, 07 Nov 2007 10:06:18 +0100	[thread overview]
Message-ID: <4731800A.6010502@gmail.com> (raw)
In-Reply-To: <47317771.406@gmail.com>

sorry, the patch is mangled, I will resend another 

Jiri Olsa wrote:
> Removing duplicit #includes for net/
> Signed-off-by: Jiri Olsa <olsajiri@gmail.com> ---
> net/core/dst.c                       |    1 -
> net/ieee80211/ieee80211_crypt_tkip.c |    1 -
> net/ieee80211/ieee80211_crypt_wep.c  |    1 -
> 3 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/net/core/dst.c b/net/core/dst.c
> index 16958e6..03daead 100644
> --- a/net/core/dst.c
> +++ b/net/core/dst.c
> @@ -18,7 +18,6 @@
> #include <linux/types.h>
> #include <net/net_namespace.h>
> 
> -#include <net/net_namespace.h>
> #include <net/dst.h>
> 
> /*
> diff --git a/net/ieee80211/ieee80211_crypt_tkip.c
> b/net/ieee80211/ieee80211_crypt_tkip.c
> index 4cce353..58b2261 100644
> --- a/net/ieee80211/ieee80211_crypt_tkip.c
> +++ b/net/ieee80211/ieee80211_crypt_tkip.c
> @@ -25,7 +25,6 @@
> #include <net/ieee80211.h>
> 
> #include <linux/crypto.h>
> -#include <linux/scatterlist.h>
> #include <linux/crc32.h>
> 
> MODULE_AUTHOR("Jouni Malinen");
> diff --git a/net/ieee80211/ieee80211_crypt_wep.c
> b/net/ieee80211/ieee80211_crypt_wep.c
> index 866fc04..3fa30c4 100644
> --- a/net/ieee80211/ieee80211_crypt_wep.c
> +++ b/net/ieee80211/ieee80211_crypt_wep.c
> @@ -22,7 +22,6 @@
> #include <net/ieee80211.h>
> 
> #include <linux/crypto.h>
> -#include <linux/scatterlist.h>
> #include <linux/crc32.h>
> 
> MODULE_AUTHOR("Jouni Malinen");
> 


  parent reply	other threads:[~2007-11-07  9:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-07  8:29 [PATCH] net: Removing duplicit #includes Jiri Olsa
2007-11-07  8:49 ` David Miller
2007-11-07  9:06 ` Jiri Olsa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-07  9:09 Jiri Olsa

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=4731800A.6010502@gmail.com \
    --to=olsajiri@gmail.com \
    --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 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).