From: Andrew Morton <akpm@linux-foundation.org>
To: Adrian Bunk <bunk@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] i386: unexport machine_id
Date: Tue, 28 Aug 2007 01:07:41 -0700 [thread overview]
Message-ID: <20070828010741.19fccb06.akpm@linux-foundation.org> (raw)
In-Reply-To: <20070827212808.GT4121@stusta.de>
On Mon, 27 Aug 2007 23:28:08 +0200 Adrian Bunk <bunk@kernel.org> wrote:
> This patch removes the unused EXPORT_SYMBOL(machine_id).
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
>
> This patch has been sent on:
> - 14 Aug 2007
>
> --- a/arch/i386/kernel/setup.c
> +++ b/arch/i386/kernel/setup.c
> @@ -86,9 +86,6 @@ unsigned long mmu_cr4_features;
>
> /* for MCA, but anyone else can use it if they want */
> unsigned int machine_id;
> -#ifdef CONFIG_MCA
> -EXPORT_SYMBOL(machine_id);
> -#endif
> unsigned int machine_submodel_id;
> unsigned int BIOS_revision;
> unsigned int mca_pentium_flag;
You know my position on removal of exports with no warning.
If the relevant maintainer chooses to apply the patch then ho hum I have
other things to think about. Your best shot at getting this sort of thing
merged would be to cc the appropriate maintainer.
Or, better, use __deprecated_for_modules. That's what it was added for.
next prev parent reply other threads:[~2007-08-28 8:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-27 21:28 [2.6 patch] i386: unexport machine_id Adrian Bunk
2007-08-28 8:07 ` Andrew Morton [this message]
2007-08-28 13:57 ` Arjan van de Ven
-- strict thread matches above, loose matches on Subject: below --
2007-08-14 21:22 Adrian Bunk
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=20070828010741.19fccb06.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.