* [PATCH] net: Removing duplicit #includes
@ 2007-11-07 8:29 Jiri Olsa
2007-11-07 8:49 ` David Miller
2007-11-07 9:06 ` Jiri Olsa
0 siblings, 2 replies; 4+ messages in thread
From: Jiri Olsa @ 2007-11-07 8:29 UTC (permalink / raw)
To: linux-wireless-u79uwXL29TY76Z2rM5mHXA; +Cc: netdev-u79uwXL29TY76Z2rM5mHXA
Removing duplicit #includes for net/
Signed-off-by: Jiri Olsa <olsajiri-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
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");
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] net: Removing duplicit #includes
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
1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2007-11-07 8:49 UTC (permalink / raw)
To: olsajiri; +Cc: linux-wireless, netdev
From: Jiri Olsa <olsajiri@gmail.com>
Date: Wed, 07 Nov 2007 09:29:37 +0100
> Removing duplicit #includes for net/
> Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
Applied, thanks Jiri.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: Removing duplicit #includes
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
1 sibling, 0 replies; 4+ messages in thread
From: Jiri Olsa @ 2007-11-07 9:06 UTC (permalink / raw)
To: netdev
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");
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] net: Removing duplicit #includes
@ 2007-11-07 9:09 Jiri Olsa
0 siblings, 0 replies; 4+ messages in thread
From: Jiri Olsa @ 2007-11-07 9:09 UTC (permalink / raw)
To: linux-wireless-u79uwXL29TY76Z2rM5mHXA,
netdev-u79uwXL29TY76Z2rM5mHXA
Removing duplicit #includes for net/
Signed-off-by: Jiri Olsa <olsajiri-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
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");
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-07 9:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
-- strict thread matches above, loose matches on Subject: below --
2007-11-07 9:09 Jiri Olsa
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).