mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
EDAC: Move edac_op_state to edac_mc.c
... as part of moving stuff away from edac_stub.c Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
d3116a0837
commit
8c22b4fece
@ -40,6 +40,9 @@
|
||||
#define edac_atomic_scrub(va, size) do { } while (0)
|
||||
#endif
|
||||
|
||||
int edac_op_state = EDAC_OPSTATE_INVAL;
|
||||
EXPORT_SYMBOL_GPL(edac_op_state);
|
||||
|
||||
/* lock to memory controller's control array */
|
||||
static DEFINE_MUTEX(mem_ctls_mutex);
|
||||
static LIST_HEAD(mc_devices);
|
||||
|
@ -17,9 +17,6 @@
|
||||
#include <linux/atomic.h>
|
||||
#include <linux/device.h>
|
||||
|
||||
int edac_op_state = EDAC_OPSTATE_INVAL;
|
||||
EXPORT_SYMBOL_GPL(edac_op_state);
|
||||
|
||||
int edac_report_status = EDAC_REPORTING_ENABLED;
|
||||
EXPORT_SYMBOL_GPL(edac_report_status);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user