Skip to content

Commit

Permalink
testing: nvdimm: asm/mce.h is not needed in nfit.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Suchanek authored and Dan Williams committed Apr 29, 2022
1 parent dccfbc7 commit d43fae7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/testing/nvdimm/test/nfit.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include "nfit_test.h"
#include "../watermark.h"

#include <asm/mce.h>

/*
* Generate an NFIT table to describe the following topology:
*
Expand Down

0 comments on commit d43fae7

Please sign in to comment.