Skip to content

Commit

Permalink
drivers: mediatek: update intc driver
Browse files Browse the repository at this point in the history
remove useless code

Signed-off-by: hailong.fan <[email protected]>
  • Loading branch information
hailongfan-mtk committed Jan 7, 2025
1 parent 4e8e4fb commit bc189b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/drivers/mediatek/mt8196/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ DECLARE_TR_CTX(intc_tr, SOF_UUID(intc_mt8196_uuid), LOG_LEVEL_INFO);

static struct intc_desc_t intc_desc;

#ifdef CFG_CORE_OFF_SUPPORT
#endif
#ifdef CFG_TICKLESS_SUPPORT
#endif


void intc_init(void)
{
uint32_t word, group, irq;
Expand Down

0 comments on commit bc189b5

Please sign in to comment.