PM: sleep: wakeirq: drop unused enable helpers
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 13 Jul 2023 14:57:40 +0000 (16:57 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 Jul 2023 07:51:51 +0000 (09:51 +0200)
commite7b915219baa4b2bf30afe1dbaca7a24ff627ad2
tree714d94923e8441180e190fe8d5063d89f1e999d0
parent8527beb12087238d4387607597b4020bc393c4b4
PM: sleep: wakeirq: drop unused enable helpers

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).

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/wakeirq.c
include/linux/pm_wakeirq.h