The Intel audio DSP SST trace event header has been renamed from sst.h to intel-sst.h in order to avoid any confusion with any future Samoa Standard Time drivers ;)
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- include/trace/events/{sst.h => intel-sst.h} | 0 sound/soc/intel/sst-dsp.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/trace/events/{sst.h => intel-sst.h} (100%)
diff --git a/include/trace/events/sst.h b/include/trace/events/intel-sst.h similarity index 100% rename from include/trace/events/sst.h rename to include/trace/events/intel-sst.h diff --git a/sound/soc/intel/sst-dsp.c b/sound/soc/intel/sst-dsp.c index 1888de5..e0ad2e5 100644 --- a/sound/soc/intel/sst-dsp.c +++ b/sound/soc/intel/sst-dsp.c @@ -24,7 +24,7 @@ #include "sst-dsp-priv.h"
#define CREATE_TRACE_POINTS -#include <trace/events/sst.h> +#include <trace/events/intel-sst.h>
/* Public API */ void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value)