Commit d43fae7c authored by Michal Suchanek's avatar Michal Suchanek Committed by Dan Williams

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: 3adb7763 ("x86, libnvdimm/test: Remove COPY_MC_TEST")
Signed-off-by: default avatarMichal Suchanek <msuchanek@suse.de>
Link: https://lore.kernel.org/r/20220429074334.21771-1-msuchanek@suse.deSigned-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent dccfbc73
......@@ -23,8 +23,6 @@
#include "nfit_test.h"
#include "../watermark.h"
#include <asm/mce.h>
/*
* Generate an NFIT table to describe the following topology:
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment