rocket: remove modversions include
It misspelled "MODVERSIONS" preprocessor variable with "CONFIG_MODVERSIONS". Just kill it all. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4ea1b0f4c4
commit
cd436afd6e
|
@ -65,10 +65,6 @@
|
|||
|
||||
/****** Kernel includes ******/
|
||||
|
||||
#ifdef MODVERSIONS
|
||||
#include <config/modversions.h>
|
||||
#endif
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/major.h>
|
||||
|
|
Loading…
Reference in New Issue