diff --git a/drivers/hwtracing/intel_th/msu.c b/drivers/hwtracing/intel_th/msu.c index e88afe1a435cc7fc9be0cb15cf7eee8bfcf8ff6e..dbbe31df74df17a4d55a02a30acb643937f0fd5a 100644 --- a/drivers/hwtracing/intel_th/msu.c +++ b/drivers/hwtracing/intel_th/msu.c @@ -27,7 +27,9 @@ #include #include -#include +#ifdef CONFIG_X86 +#include +#endif #include "intel_th.h" #include "msu.h"