aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev_mcast.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-09-22 14:00:29 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:54:21 -0700
commitbf0d52492d82ad70684e17c8a46942c13d0e140e (patch)
treed3d60f2eb4a19dc18d00a53f6aebeae60629234f /net/core/dev_mcast.c
parentf0fd27d42e39b91f85e1840ec49b072fd6c545b8 (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/dev_mcast.c')
-rw-r--r--net/core/dev_mcast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/core/dev_mcast.c b/net/core/dev_mcast.c
index c57d887da2e..b22648d04d3 100644
--- a/net/core/dev_mcast.c
+++ b/net/core/dev_mcast.c
@@ -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>