Skip to content

Commit 6255c16

Browse files
committed
x86/nmi: Remove edac.h include leftover
... which db47d5f ("x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMI") forgot to remove. No functional changes. Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 6664876 commit 6255c16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/x86/kernel/nmi.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
#include <linux/atomic.h>
2626
#include <linux/sched/clock.h>
2727

28-
#if defined(CONFIG_EDAC)
29-
#include <linux/edac.h>
30-
#endif
31-
3228
#include <asm/cpu_entry_area.h>
3329
#include <asm/traps.h>
3430
#include <asm/mach_traps.h>

0 commit comments

Comments
 (0)