All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] make arch/i386/kernel/setup.c:remapped_pgdat_init() static
Date: Fri, 27 Apr 2007 01:47:52 +0200	[thread overview]
Message-ID: <20070426234752.GK3468@stusta.de> (raw)

This patch makes the needlessly global remapped_pgdat_init() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch has been sent on:
- 27 Mar 2007

--- linux-2.6.21-rc4-mm1/arch/i386/kernel/setup.c.old	2007-03-26 15:53:44.000000000 +0200
+++ linux-2.6.21-rc4-mm1/arch/i386/kernel/setup.c	2007-03-26 15:54:00.000000000 +0200
@@ -476,7 +476,7 @@
  *
  * This should all compile down to nothing when NUMA is off.
  */
-void __init remapped_pgdat_init(void)
+static void __init remapped_pgdat_init(void)
 {
 	int nid;
 


             reply	other threads:[~2007-04-26 23:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-26 23:47 Adrian Bunk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-03-27  1:02 [2.6 patch] make arch/i386/kernel/setup.c:remapped_pgdat_init() static 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=20070426234752.GK3468@stusta.de \
    --to=bunk@stusta.de \
    --cc=akpm@linux-foundation.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.