mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
i386: make struct apic_probe static
This patch makes the needlessly global struct apic_probe static. [ tglx: arch/x86 adaptation ] Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
83e83d546c
commit
96d5535870
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ extern struct genapic apic_default;
|
||||||
|
|
||||||
struct genapic *genapic = &apic_default;
|
struct genapic *genapic = &apic_default;
|
||||||
|
|
||||||
struct genapic *apic_probe[] __initdata = {
|
static struct genapic *apic_probe[] __initdata = {
|
||||||
&apic_summit,
|
&apic_summit,
|
||||||
&apic_bigsmp,
|
&apic_bigsmp,
|
||||||
&apic_es7000,
|
&apic_es7000,
|
||||||
|
|
Loading…
Add table
Reference in a new issue