public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS".
@ 2007-03-07 23:28 Robert P. J. Day
  2007-03-07 23:55 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2007-03-07 23:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS".
  2007-03-07 23:28 [PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS" Robert P. J. Day
@ 2007-03-07 23:55 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2007-03-07 23:55 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List

On Wed, 7 Mar 2007 18:28:48 -0500 (EST)
"Robert P. J. Day" <rpjday@mindspring.com> wrote:

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

It was obviously all do-nothing code, so I deleted it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-07 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-07 23:28 [PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS" Robert P. J. Day
2007-03-07 23:55 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox