From: Andrew Morton <akpm@linux-foundation.org>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS".
Date: Wed, 7 Mar 2007 15:55:48 -0800 [thread overview]
Message-ID: <20070307155548.e00f95cc.akpm@linux-foundation.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0703071826490.3752@CPE00045a9c397f-CM001225dbafb6>
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.
prev parent reply other threads:[~2007-03-07 23:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-07 23:28 [PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS" Robert P. J. Day
2007-03-07 23:55 ` Andrew Morton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070307155548.e00f95cc.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rpjday@mindspring.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox