]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net: inet_timewait_sock doesnt need <linux/module.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 17:36:45 +0000 (13:36 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:12 +0000 (14:10 -0400)
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>
include/net/inet_timewait_sock.h

index f1a770977c4f25c9fbe0f85270e73f0355694ca6..e3dfd9711966f5aad06bafd454abadd2fdf3c1b9 100644 (file)
@@ -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>