probe: fix compilation error

Use the right header file to fix the compilation
error when building with probes enabled.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2021-04-20 14:33:52 -07:00 committed by Liam Girdwood
parent 9c72534836
commit 0315863d98
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include <sof/lib/dma.h>
#include <sof/lib/notifier.h>
#include <sof/lib/uuid.h>
#include <ipc/topology.h>
#include <sof/ipc/topology.h>
#include <sof/ipc/driver.h>
#include <sof/drivers/timer.h>
#include <sof/schedule/ll_schedule.h>