diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2011-07-18 16:24:46 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-01 13:01:24 +0100 |
commit | 4140c54266365e4267a2dbc5765101bba3b42896 (patch) | |
tree | b2ea1bcc230ca6597dc0da7a07788a4463e16858 /arch/x86 | |
parent | x86, MCE: Use notifier chain only for MCE decoding (diff) | |
download | linux-4140c54266365e4267a2dbc5765101bba3b42896.tar.xz linux-4140c54266365e4267a2dbc5765101bba3b42896.zip |
i7core_edac: Drop the edac_mce facility
Remove edac_mce pieces and use the normal MCE decoder notifier chain by
retaining the same functionality with considerably less code.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c index 019786a6b0b2..63aad2742d8a 100644 --- a/arch/x86/kernel/cpu/mcheck/mce.c +++ b/arch/x86/kernel/cpu/mcheck/mce.c @@ -36,7 +36,6 @@ #include <linux/fs.h> #include <linux/mm.h> #include <linux/debugfs.h> -#include <linux/edac_mce.h> #include <linux/irq_work.h> #include <asm/processor.h> |