Skip to content

Commit

Permalink
probe: remove idle #if around probe.h contents
Browse files Browse the repository at this point in the history
The declarations do not cause any harm, even if the implementation is
not compiled in.

Signed-off-by: Jyri Sarha <[email protected]>
  • Loading branch information
Jyri Sarha authored and kv2019i committed Nov 20, 2024
1 parent ef4a1c9 commit 717f85e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/include/sof/probe/probe.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#ifndef __SOF_PROBE_PROBE_H__
#define __SOF_PROBE_PROBE_H__

#if CONFIG_PROBE

#include <ipc/probe.h>

/**
Expand Down Expand Up @@ -106,6 +104,4 @@ static inline struct probe_pdata *probe_get(void)
return sof_get()->probe;
}

#endif /* CONFIG_PROBE */

#endif /* __SOF_PROBE_PROBE_H__ */

0 comments on commit 717f85e

Please sign in to comment.