From: Yasunori Goto <y-goto@jp.fujitsu.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel ML <linux-kernel@vger.kernel.org>
Subject: [PATCH](trivial) cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c
Date: Tue, 02 May 2006 20:16:11 +0900 [thread overview]
Message-ID: <20060502201353.CF12.Y-GOTO@jp.fujitsu.com> (raw)
This is tiny cleanup patch.
EXPORT_SYMBOL(add_memory) in arch/ia64/mm/init.c is redundant.
The old add_memory() has been already arch_add_memory(),
but it is not called by acpi memhotplug modules.
This is for 2.6.17-rc3-mm1.
Please apply.
Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
arch/ia64/mm/init.c | 1 -
1 files changed, 1 deletion(-)
Index: pgdat13/arch/ia64/mm/init.c
===================================================================
--- pgdat13.orig/arch/ia64/mm/init.c 2006-05-02 13:00:47.000000000 +0900
+++ pgdat13/arch/ia64/mm/init.c 2006-05-02 18:27:27.000000000 +0900
@@ -671,7 +671,6 @@ int arch_add_memory(int nid, u64 start,
return ret;
}
-EXPORT_SYMBOL_GPL(add_memory);
int remove_memory(u64 start, u64 size)
{
--
Yasunori Goto
reply other threads:[~2006-05-02 11:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20060502201353.CF12.Y-GOTO@jp.fujitsu.com \
--to=y-goto@jp.fujitsu.com \
--cc=akpm@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome