aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/edac.h
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2017-01-26 16:49:59 +0100
committerBorislav Petkov <bp@suse.de>2017-04-10 17:14:17 +0200
commit97bb6c17ad5a0892beb45070dfe8c7d6d0e5326e (patch)
tree5c3a105f840e97793c0e43093cb870e87e361d78 /include/linux/edac.h
parentx86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMI (diff)
downloadlinux-dev-97bb6c17ad5a0892beb45070dfe8c7d6d0e5326e.tar.xz
linux-dev-97bb6c17ad5a0892beb45070dfe8c7d6d0e5326e.zip
EDAC: Get rid of edac_handlers
Use mc_devices list instead to check whether we have EDAC driver instances successfully registered with EDAC core. Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'include/linux/edac.h')
-rw-r--r--include/linux/edac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/edac.h b/include/linux/edac.h
index bf8daabf3d51..9fd6fe53ab2a 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -29,7 +29,6 @@ struct device;
extern int edac_op_state;
extern int edac_err_assert;
-extern atomic_t edac_handlers;
extern struct bus_type *edac_get_sysfs_subsys(void);