Skip to content

Commit

Permalink
rocket: remove modversions include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed May 8, 2007
1 parent 4ea1b0f commit cd436af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/char/rocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cd436af

Please sign in to comment.