mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
vermagic: delete unused include of <linux/module.h>
This file consists of nothing other than things like: #ifdef CONFIG_FOO #define .... There is no reason for it to require module.h Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
23a7bfae6e
commit
51d7815e4b
@ -1,5 +1,4 @@
|
|||||||
#include <generated/utsrelease.h>
|
#include <generated/utsrelease.h>
|
||||||
#include <linux/module.h>
|
|
||||||
|
|
||||||
/* Simply sanity version stamp for modules. */
|
/* Simply sanity version stamp for modules. */
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
|
Loading…
Reference in New Issue
Block a user