diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-26 14:19:59 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:23 -0400 |
commit | 51d7815e4b8da275868e52f837e53e8f6231578c (patch) | |
tree | 0a125467cd267174e2d1ef85e95efa3ae8279078 /include/linux/vermagic.h | |
parent | 23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f (diff) |
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>
Diffstat (limited to 'include/linux/vermagic.h')
-rw-r--r-- | include/linux/vermagic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vermagic.h b/include/linux/vermagic.h index cf97b5b9d1fe..6f8fbcf10dfb 100644 --- a/include/linux/vermagic.h +++ b/include/linux/vermagic.h @@ -1,5 +1,4 @@ #include <generated/utsrelease.h> -#include <linux/module.h> /* Simply sanity version stamp for modules. */ #ifdef CONFIG_SMP |