testing: nvdimm: asm/mce.h is not needed in nfit.c
authorMichal Suchanek <msuchanek@suse.de>
Fri, 29 Apr 2022 07:43:34 +0000 (09:43 +0200)
committerDan Williams <dan.j.williams@intel.com>
Fri, 29 Apr 2022 18:00:10 +0000 (11:00 -0700)
commitd43fae7c4d3e6dfee9d26287907dbe8e27ff8846
tree3351cffdb5346d5d788e6e0d8393f67bc36f2ba8
parentdccfbc73a9ddd2c7232696f563c39d0ca09ae905
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: 3adb776384f2 ("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>
tools/testing/nvdimm/test/nfit.c