mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +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
@ -22,7 +22,7 @@ extern struct genapic apic_default;
|
||||
|
||||
struct genapic *genapic = &apic_default;
|
||||
|
||||
struct genapic *apic_probe[] __initdata = {
|
||||
static struct genapic *apic_probe[] __initdata = {
|
||||
&apic_summit,
|
||||
&apic_bigsmp,
|
||||
&apic_es7000,
|
||||
|
Loading…
Reference in New Issue
Block a user