diff --git a/hif/src/snoc/if_snoc.c b/hif/src/snoc/if_snoc.c index 8517d9fbb5..09efe7aaaa 100644 --- a/hif/src/snoc/if_snoc.c +++ b/hif/src/snoc/if_snoc.c @@ -290,8 +290,17 @@ void hif_snoc_irq_disable(struct hif_softc *scn, int ce_id) * hif_enable_power_management(): enable power management * @hif_ctx: hif context * - * Dummy place holder implementation for SNOC */ void hif_enable_power_management(void *hif_ctx) { } + +/** + * hif_disable_power_management(): disable power management + * @hif_ctx: hif context + * + * Dummy place holder implementation for SNOC + */ +void hif_disable_power_management(void *hif_ctx) +{ +}