diff options
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index 8488210b866f..b9972a6bc2a1 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h | |||
@@ -90,7 +90,7 @@ extern int mce_disabled; | |||
90 | 90 | ||
91 | void mce_setup(struct mce *m); | 91 | void mce_setup(struct mce *m); |
92 | void mce_log(struct mce *m); | 92 | void mce_log(struct mce *m); |
93 | DECLARE_PER_CPU(struct sys_device, device_mce); | 93 | DECLARE_PER_CPU(struct sys_device, mce_dev); |
94 | extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); | 94 | extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); |
95 | 95 | ||
96 | /* | 96 | /* |