Skip to content

Commit 7b2e881

Browse files
author
Jyri Sarha
committed
include: ll_schedule_domain: Fix struct comp_dev related warnings
Declare struct comp_dev to avoid warnings if ll_schedule_domain.h is included before struct comp_dev is defined. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent dd1f009 commit 7b2e881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/sof/schedule/ll_schedule_domain.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ struct dma;
3535
struct ll_schedule_domain;
3636
struct task;
3737
struct timer;
38+
struct comp_dev;
3839

3940
struct ll_schedule_domain_ops {
4041
int (*domain_register)(struct ll_schedule_domain *domain,

0 commit comments

Comments
 (0)