diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2011-07-18 11:24:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-01 10:01:24 -0200 |
commit | 4140c54266365e4267a2dbc5765101bba3b42896 (patch) | |
tree | b2ea1bcc230ca6597dc0da7a07788a4463e16858 /arch/x86 | |
parent | f0cb54524366654e72c87e0a1f87c0b3ff36deb3 (diff) | |
download | op-kernel-dev-4140c54266365e4267a2dbc5765101bba3b42896.zip op-kernel-dev-4140c54266365e4267a2dbc5765101bba3b42896.tar.gz |
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 019786a..63aad27 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> |