Skip to content

Commit

Permalink
lib: dai: remove platform include from dai-zephyr.h
Browse files Browse the repository at this point in the history
Use of native Zephyr DAIs has no dependency to SOF platform
definitions anymore, so this include can be removed.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Nov 14, 2024
1 parent 4dbe386 commit 8537af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/sof/lib/dai-zephyr.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#ifndef __SOF_LIB_DAI_ZEPHYR_H__
#define __SOF_LIB_DAI_ZEPHYR_H__

#include <platform/lib/dai.h>
#include <rtos/bit.h>
#include <sof/list.h>
#include <sof/lib/io.h>
Expand Down

0 comments on commit 8537af9

Please sign in to comment.