mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
4eae0cc4f4
commit
4ec65b8dbc
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue