diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2011-07-18 18:24:46 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-01 16:01:24 +0400 |
commit | 4140c54266365e4267a2dbc5765101bba3b42896 (patch) | |
tree | b2ea1bcc230ca6597dc0da7a07788a4463e16858 /drivers/edac/Makefile | |
parent | f0cb54524366654e72c87e0a1f87c0b3ff36deb3 (diff) | |
download | linux-4140c54266365e4267a2dbc5765101bba3b42896.tar.xz |
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 'drivers/edac/Makefile')
-rw-r--r-- | drivers/edac/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile index 3e239133e29e..b06a9b11a5f6 100644 --- a/drivers/edac/Makefile +++ b/drivers/edac/Makefile @@ -8,7 +8,6 @@ obj-$(CONFIG_EDAC) := edac_stub.o obj-$(CONFIG_EDAC_MM_EDAC) += edac_core.o -obj-$(CONFIG_EDAC_MCE) += edac_mce.o edac_core-y := edac_mc.o edac_device.o edac_mc_sysfs.o edac_pci_sysfs.o edac_core-y += edac_module.o edac_device_sysfs.o |