summaryrefslogtreecommitdiff
path: root/include/linux/edac.h
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2015-11-30 14:15:31 +0100
committerBorislav Petkov <bp@suse.de>2015-12-11 16:56:40 +0100
commita97d26270169dc30ef28f0860097b7dc793206be (patch)
treeec7c90a4ebd1dee15ef609d9b498776aa4f98dc3 /include/linux/edac.h
parent733476cf207faf574b132523ff2aee78b488ed6b (diff)
EDAC: Unexport and make edac_subsys static
... and use the accessor instead. 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 98f915dfeeac..9e0d78966552 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -28,7 +28,6 @@ struct device;
extern int edac_op_state;
extern int edac_err_assert;
extern atomic_t edac_handlers;
-extern struct bus_type edac_subsys;
extern int edac_handler_set(void);
extern void edac_atomic_assert_error(void);