Skip to content

Commit

Permalink
x86/nmi: Remove edac.h include leftover
Browse files Browse the repository at this point in the history
... 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 <bp@suse.de>
Link: https://lkml.kernel.org/r/20200515182246.3553-1-bp@alien8.de
  • Loading branch information
Borislav Petkov committed May 16, 2020
1 parent 6664876 commit 6255c16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6255c16

Please sign in to comment.