Skip to content

Commit bc189b5

Browse files
committed
drivers: mediatek: update intc driver
remove useless code Signed-off-by: hailong.fan <hailong.fan@mediatek.com>
1 parent 4e8e4fb commit bc189b5

File tree

1 file changed

+0
-6
lines changed
  • src/drivers/mediatek/mt8196

1 file changed

+0
-6
lines changed

src/drivers/mediatek/mt8196/intc.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ DECLARE_TR_CTX(intc_tr, SOF_UUID(intc_mt8196_uuid), LOG_LEVEL_INFO);
1919

2020
static struct intc_desc_t intc_desc;
2121

22-
#ifdef CFG_CORE_OFF_SUPPORT
23-
#endif
24-
#ifdef CFG_TICKLESS_SUPPORT
25-
#endif
26-
27-
2822
void intc_init(void)
2923
{
3024
uint32_t word, group, irq;

0 commit comments

Comments
 (0)