Skip to content

Commit 74942ae

Browse files
author
Jyri Sarha
committed
vregion: Remove include <rtos/alloc.h> from !CONFIG_SOF_VREGIONS part
Remove include <rtos/alloc.h> from CONFIG_SOF_VREGIONS not defined part, there is no reason to have it there. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 1f4b8f0 commit 74942ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/include/sof/lib/vregion.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ void vregion_mem_info(struct vregion *vr, size_t *size, uintptr_t *start);
125125

126126
#else /* CONFIG_SOF_VREGIONS */
127127

128-
#include <rtos/alloc.h>
129-
130128
struct vregion {
131129
unsigned int use_count;
132130
};

0 commit comments

Comments
 (0)