Commit 51d7815e authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 23a7bfae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#include <generated/utsrelease.h>
#include <linux/module.h>

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