aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vermagic.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-26 14:19:59 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:23 -0400
commit51d7815e4b8da275868e52f837e53e8f6231578c (patch)
tree0a125467cd267174e2d1ef85e95efa3ae8279078 /include/linux/vermagic.h
parentlib: dma-debug needs export.h for EXPORT_SYMBOL (diff)
downloadwireguard-linux-51d7815e4b8da275868e52f837e53e8f6231578c.tar.xz
wireguard-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/linux/vermagic.h')
-rw-r--r--include/linux/vermagic.h1
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