Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
include/net/inet_timewait_sock.h
··· 18 18 19 19 #include <linux/kmemcheck.h> 20 20 #include <linux/list.h> 21 - #include <linux/module.h> 22 21 #include <linux/timer.h> 23 22 #include <linux/types.h> 24 23 #include <linux/workqueue.h>