Commit cd436afd authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds

rocket: remove modversions include

It misspelled "MODVERSIONS" preprocessor variable with "CONFIG_MODVERSIONS".
Just kill it all.
Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4ea1b0f4
...@@ -65,10 +65,6 @@ ...@@ -65,10 +65,6 @@
/****** Kernel includes ******/ /****** Kernel includes ******/
#ifdef MODVERSIONS
#include <config/modversions.h>
#endif
#include <linux/module.h> #include <linux/module.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/major.h> #include <linux/major.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment