Skip to content

Commit

Permalink
vermagic: delete unused include of <linux/module.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 23a7bfa commit 51d7815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/vermagic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <generated/utsrelease.h>
#include <linux/module.h>

/* Simply sanity version stamp for modules. */
#ifdef CONFIG_SMP
Expand Down

0 comments on commit 51d7815

Please sign in to comment.