[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080421213133.GE2633@cs181133002.pp.htv.fi>
Date: Tue, 22 Apr 2008 00:31:33 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Glauber Costa <gcosta@...hat.com>, Ingo Molnar <mingo@...e.hu>,
tglx@...utronix.de, hpa@...or.com
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] x86: make impress_friends() static
This patch makes the needlessly global impress_friends() static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -579,7 +579,7 @@ void __init smp_alloc_memory(void)
}
#endif
-void impress_friends(void)
+static void impress_friends(void)
{
int cpu;
unsigned long bogosum = 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists