x86/nmi: Remove edac.h include leftover
authorBorislav Petkov <bp@suse.de>
Fri, 15 May 2020 18:21:21 +0000 (20:21 +0200)
committerBorislav 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

index 6407ea2..bdcc514 100644 (file)
 #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>