projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6664876
)
x86/nmi: Remove edac.h include leftover
author
Borislav Petkov
<bp@suse.de>
Fri, 15 May 2020 18:21:21 +0000
(20:21 +0200)
committer
Borislav Petkov
<bp@suse.de>
Sat, 16 May 2020 05:47:57 +0000
(07:47 +0200)
... which
db47d5f85646
("x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMI")
forgot to remove.
No functional changes.
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
https://lkml.kernel.org/r/20200515182246.3553-1-bp@alien8.de
arch/x86/kernel/nmi.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/nmi.c
b/arch/x86/kernel/nmi.c
index 6407ea21fa1ba096d6eec4720bc63451670bf7be..bdcc5146de96cd1faa585f7ad586393e7c7c93fa 100644
(file)
--- a/
arch/x86/kernel/nmi.c
+++ b/
arch/x86/kernel/nmi.c
@@
-25,10
+25,6
@@
#include <linux/atomic.h>
#include <linux/sched/clock.h>
-#if defined(CONFIG_EDAC)
-#include <linux/edac.h>
-#endif
-
#include <asm/cpu_entry_area.h>
#include <asm/traps.h>
#include <asm/mach_traps.h>