Re: [PATCH 2/3] PM / wakeirq: drop unused enable helpers
From: Tony Lindgren <tony@atomide.com>
Date: 2023-07-14 07:20:00
Also in:
linux-arm-msm, linux-pm, lkml
From: Tony Lindgren <tony@atomide.com>
Date: 2023-07-14 07:20:00
Also in:
linux-arm-msm, linux-pm, lkml
* Johan Hovold [off-list ref] [230713 15:01]:
Drop the wake-irq enable and disable helpers which have not been used
since commit bed570307ed7 ("PM / wakeirq: Fix dedicated wakeirq for
drivers not using autosuspend").
Note that these functions are essentially just leftovers from the first
iteration of the wake-irq implementation where device drivers were
supposed to call these functions themselves instead of PM core (as
is also indicated by the bogus kernel doc comments).Agreed no need for these any longer: Reviewed-by: Tony Lindgren <tony@atomide.com>