EDAC, edac_stub: Drop arch-specific include
<asm/edac.h> contains only the arch-specific scrubbing function and is thus not needed in edac_stub.c. Kill it. Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
8f2ae6f30d
commit
cc14c5a808
|
@ -16,7 +16,6 @@
|
||||||
#include <linux/edac.h>
|
#include <linux/edac.h>
|
||||||
#include <linux/atomic.h>
|
#include <linux/atomic.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <asm/edac.h>
|
|
||||||
|
|
||||||
int edac_op_state = EDAC_OPSTATE_INVAL;
|
int edac_op_state = EDAC_OPSTATE_INVAL;
|
||||||
EXPORT_SYMBOL_GPL(edac_op_state);
|
EXPORT_SYMBOL_GPL(edac_op_state);
|
||||||
|
|
Loading…
Reference in New Issue