]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
vermagic: delete unused include of <linux/module.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 18:19:59 +0000 (14:19 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:23 +0000 (19:32 -0400)
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>
include/linux/vermagic.h

index cf97b5b9d1fe8928bca85db1e5ae888681a39519..6f8fbcf10dfb8ac6dd3ead787c5e4cf27e142c42 100644 (file)
@@ -1,5 +1,4 @@
 #include <generated/utsrelease.h>
-#include <linux/module.h>
 
 /* Simply sanity version stamp for modules. */
 #ifdef CONFIG_SMP