Skip to content

Commit d43fae7

Browse files
hramrachdjbw
authored andcommitted
testing: nvdimm: asm/mce.h is not needed in nfit.c
asm/mce.h is not available on arm, and it is not needed to build nfit.c. Remove the include. It was likely needed for COPY_MC_TEST Fixes: 3adb776 ("x86, libnvdimm/test: Remove COPY_MC_TEST") Signed-off-by: Michal Suchanek <msuchanek@suse.de> Link: https://lore.kernel.org/r/20220429074334.21771-1-msuchanek@suse.de Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent dccfbc7 commit d43fae7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • tools/testing/nvdimm/test

tools/testing/nvdimm/test/nfit.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#include "nfit_test.h"
2424
#include "../watermark.h"
2525

26-
#include <asm/mce.h>
27-
2826
/*
2927
* Generate an NFIT table to describe the following topology:
3028
*

0 commit comments

Comments
 (0)