diff options
author | Dave Jones <davej@redhat.com> | 2006-09-22 17:00:29 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:54:21 -0400 |
commit | bf0d52492d82ad70684e17c8a46942c13d0e140e (patch) | |
tree | d3d60f2eb4a19dc18d00a53f6aebeae60629234f /net/core | |
parent | f0fd27d42e39b91f85e1840ec49b072fd6c545b8 (diff) |
[NET]: Remove unnecessary config.h includes from net/
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>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/dev_mcast.c | 3 | ||||
-rw-r--r-- | net/core/wireless.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net/core/dev_mcast.c b/net/core/dev_mcast.c index c57d887da2ef..b22648d04d36 100644 --- a/net/core/dev_mcast.c +++ b/net/core/dev_mcast.c | |||
@@ -21,8 +21,7 @@ | |||
21 | * 2 of the License, or (at your option) any later version. | 21 | * 2 of the License, or (at your option) any later version. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/config.h> | 24 | #include <linux/module.h> |
25 | #include <linux/module.h> | ||
26 | #include <asm/uaccess.h> | 25 | #include <asm/uaccess.h> |
27 | #include <asm/system.h> | 26 | #include <asm/system.h> |
28 | #include <linux/bitops.h> | 27 | #include <linux/bitops.h> |
diff --git a/net/core/wireless.c b/net/core/wireless.c index de0bde4b51dd..348b9da73cc4 100644 --- a/net/core/wireless.c +++ b/net/core/wireless.c | |||
@@ -72,7 +72,6 @@ | |||
72 | 72 | ||
73 | /***************************** INCLUDES *****************************/ | 73 | /***************************** INCLUDES *****************************/ |
74 | 74 | ||
75 | #include <linux/config.h> /* Not needed ??? */ | ||
76 | #include <linux/module.h> | 75 | #include <linux/module.h> |
77 | #include <linux/types.h> /* off_t */ | 76 | #include <linux/types.h> /* off_t */ |
78 | #include <linux/netdevice.h> /* struct ifreq, dev_get_by_name() */ | 77 | #include <linux/netdevice.h> /* struct ifreq, dev_get_by_name() */ |