aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/mach-generic/default.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/mach-generic/default.c b/arch/x86/mach-generic/default.c
index 1af0cc7648f0..9e835a11a13a 100644
--- a/arch/x86/mach-generic/default.c
+++ b/arch/x86/mach-generic/default.c
@@ -1,4 +1,4 @@
1/* 1/*
2 * Default generic APIC driver. This handles up to 8 CPUs. 2 * Default generic APIC driver. This handles up to 8 CPUs.
3 */ 3 */
4#define APIC_DEFINITION 1 4#define APIC_DEFINITION 1
@@ -19,8 +19,8 @@
19 19
20/* should be called last. */ 20/* should be called last. */
21static int probe_default(void) 21static int probe_default(void)
22{ 22{
23 return 1; 23 return 1;
24} 24}
25 25
26struct genapic apic_default = APIC_INIT("default", probe_default); 26struct genapic apic_default = APIC_INIT("default", probe_default);