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>
This commit is contained in:
Borislav Petkov 2017-01-26 16:49:59 +01:00
parent db47d5f856
commit 97bb6c17ad
3 changed files with 2 additions and 8 deletions

View file

@ -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);