aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-26 13:36:45 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:24 -0400
commit4ec65b8dbcc3e27c191c9bd83062ca101dc806bd (patch)
treea1c3e5175ca2e4170b14705065525c3894263819 /include/net
parentsysdev.h: dont include <linux/module.h> for no reason (diff)
downloadlinux-dev-4ec65b8dbcc3e27c191c9bd83062ca101dc806bd.tar.xz
linux-dev-4ec65b8dbcc3e27c191c9bd83062ca101dc806bd.zip
net: inet_timewait_sock doesnt need <linux/module.h>
There is nothing module specific in this header, and removing it doesn't seem to uncover any implicit dependencies either. Must be simply a vestige of an ancient legacy. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to '')
-rw-r--r--include/net/inet_timewait_sock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h
index 180231c5bbbe..d9bf9806ea4f 100644
--- a/include/net/inet_timewait_sock.h
+++ b/include/net/inet_timewait_sock.h
@@ -18,7 +18,6 @@
#include <linux/kmemcheck.h>
#include <linux/list.h>
-#include <linux/module.h>
#include <linux/timer.h>
#include <linux/types.h>
#include <linux/workqueue.h>