diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-26 20:19:59 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:23 +0100 |
commit | 51d7815e4b8da275868e52f837e53e8f6231578c (patch) | |
tree | 0a125467cd267174e2d1ef85e95efa3ae8279078 /include | |
parent | lib: dma-debug needs export.h for EXPORT_SYMBOL (diff) | |
download | linux-51d7815e4b8da275868e52f837e53e8f6231578c.tar.xz linux-51d7815e4b8da275868e52f837e53e8f6231578c.zip |
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')
-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 |