[NET]: Remove unnecessary config.h includes from net/
authorDave Jones <davej@redhat.com>
Fri, 22 Sep 2006 21:00:29 +0000 (14:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:21 +0000 (14:54 -0700)
config.h is automatically included by kbuild these days.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/atm_sysfs.c
net/core/dev_mcast.c
net/core/wireless.c
net/ipv4/af_inet.c
net/ipv4/ipconfig.c
net/ipv4/netfilter/ip_conntrack_sip.c
net/ipv4/raw.c
net/ipv4/tcp_lp.c
net/ipv4/tcp_veno.c

index 5df4b9a068bb2e103315b1e9858c764aea5b06d8..c0a4ae28fcfab23025ffdaf079dfd9199c8aa8dd 100644 (file)
@@ -1,6 +1,5 @@
 /* ATM driver model support. */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/kobject.h>
index c57d887da2ef20733e3d7f9c49e0d6b0aa405458..b22648d04d365f1ce92a9eecf370effd6d32b202 100644 (file)
@@ -21,8 +21,7 @@
  *     2 of the License, or (at your option) any later version.
  */
 
-#include <linux/config.h> 
-#include <linux/module.h> 
+#include <linux/module.h>
 #include <asm/uaccess.h>
 #include <asm/system.h>
 #include <linux/bitops.h>
index de0bde4b51dd5d0bd449e434d70d8f6a7e6d031b..348b9da73cc4f83c1c837b0f05d8c9367726e622 100644 (file)
@@ -72,7 +72,6 @@
 
 /***************************** INCLUDES *****************************/
 
-#include <linux/config.h>              /* Not needed ??? */
 #include <linux/module.h>
 #include <linux/types.h>               /* off_t */
 #include <linux/netdevice.h>           /* struct ifreq, dev_get_by_name() */
index fc40da3b6d39994b44cadb415d7eda024999c6f8..36c38bffb4748f49ac638f63fcd9f81996b04804 100644 (file)
@@ -67,7 +67,6 @@
  *             2 of the License, or (at your option) any later version.
  */
 
-#include <linux/config.h>
 #include <linux/err.h>
 #include <linux/errno.h>
 #include <linux/types.h>
index cb8a92f18ef6e4be2ec561f1a91af9ddcf0b5281..1fbb38415b193e66f487a5eb8aef1738df866661 100644 (file)
@@ -31,7 +31,6 @@
  *              --  Josef Siemes <jsiemes@web.de>, Aug 2002
  */
 
-#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/kernel.h>
index 4f222d6be009ac22aa6519b1619aedc1df65500a..2893e9c748506627f9abce8cec1a32fb576bdd1a 100644 (file)
@@ -8,7 +8,6 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/ctype.h>
 #include <linux/skbuff.h>
index fe44cb50a1c52cd9b340be552f55abefdc1e5a07..0e935b4c87411ab9e697a5255fe0d8b58f9e8eb3 100644 (file)
@@ -38,8 +38,7 @@
  *             as published by the Free Software Foundation; either version
  *             2 of the License, or (at your option) any later version.
  */
-#include <linux/config.h> 
+
 #include <linux/types.h>
 #include <asm/atomic.h>
 #include <asm/byteorder.h>
index 48f28d617ce60ffa1888db604efa763462a1d41a..649ebaed1df1d22c2023d34fb77c8fb659536c64 100644 (file)
@@ -35,7 +35,6 @@
  * Version: $Id: tcp_lp.c,v 1.24 2006/09/05 20:22:53 hswong3i Exp $
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <net/tcp.h>
 
index 11b42a7135c19ef7241584752dd39be97c1bf444..5b2fe6d2aba989125850ce2b62682e1e91bf74ed 100644 (file)
@@ -9,7 +9,6 @@
  *     See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf
  */
 
-#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/module.h>
 #include <linux/skbuff.h>