1
0
Fork 0

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>
hifive-unleashed-5.1
Robert P. J. Day 2007-05-08 00:26:01 -07:00 committed by Linus Torvalds
parent 4ea1b0f4c4
commit cd436afd6e
1 changed files with 0 additions and 4 deletions

View File

@ -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>