diff --git a/src/include/sof/probe/probe.h b/src/include/sof/probe/probe.h index 158d60b573e1..f3f01435902b 100644 --- a/src/include/sof/probe/probe.h +++ b/src/include/sof/probe/probe.h @@ -8,8 +8,6 @@ #ifndef __SOF_PROBE_PROBE_H__ #define __SOF_PROBE_PROBE_H__ -#if CONFIG_PROBE - #include /** @@ -106,6 +104,4 @@ static inline struct probe_pdata *probe_get(void) return sof_get()->probe; } -#endif /* CONFIG_PROBE */ - #endif /* __SOF_PROBE_PROBE_H__ */