Skip to content

Commit 6cdabb4

Browse files
gmarullcarlescufi
authored andcommitted
soc: xtensa: intel_adsp: common: add missing section_tags.h
Needed by the `__imr` section tag. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c360284 commit 6cdabb4

File tree

1 file changed

+1
-0
lines changed
  • soc/xtensa/intel_adsp/common

1 file changed

+1
-0
lines changed

soc/xtensa/intel_adsp/common/soc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
#include <zephyr/device.h>
7+
#include <zephyr/linker/section_tags.h>
78

89
extern void power_init(void);
910
extern void adsp_clock_init(void);

0 commit comments

Comments
 (0)