[PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS".

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linux Kernel Mailing List <linux-kernel@...>
Cc: Andrew Morton <akpm@...>
Date: Wednesday, March 7, 2007 - 7:28 pm

Replace the apparently misspelled "MODVERSIONS" preprocessor
variable with "CONFIG_MODVERSIONS".

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/drivers/char/rocket.c b/drivers/char/rocket.c
index 76357c8..94473fc 100644
--- a/drivers/char/rocket.c
+++ b/drivers/char/rocket.c
@@ -65,7 +65,7 @@

 /****** Kernel includes ******/

-#ifdef MODVERSIONS
+#ifdef CONFIG_MODVERSIONS
 #include <config/modversions.h>
 #endif


-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS"., Robert P. J. Day, (Wed Mar 7, 7:28 pm)