Skip to content

Commit ecd2d46

Browse files
marc-hblgirdwood
authored andcommitted
Revert "zephyr: fix build after a recent trace filter PR"
This reverts commit b31d19b. Part of the fix for thesofproject#5032 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 749d41d commit ecd2d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trace/trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ struct sof_ipc_trace_filter_elem *trace_filter_fill(struct sof_ipc_trace_filter_
342342
static int trace_filter_update_global(int32_t log_level, uint32_t uuid_id)
343343
{
344344
int cnt = 0;
345-
#if !defined(__ZEPHYR__) && !defined(CONFIG_LIBRARY)
345+
#if !defined(CONFIG_LIBRARY)
346346
extern void *_trace_ctx_start;
347347
extern void *_trace_ctx_end;
348348
struct tr_ctx *ptr = (struct tr_ctx *)&_trace_ctx_start;

0 commit comments

Comments
 (0)