ARM: OMAP2+: Remove unused wakeup_cpu
authorTony Lindgren <tony@atomide.com>
Wed, 16 Oct 2019 14:37:04 +0000 (07:37 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 16 Oct 2019 14:51:15 +0000 (07:51 -0700)
commit5395b5557acbb9901c7ffb963aa7589e4960e7d7
tree5549bc63dc225952e5d9a9ea7983d363ae824a16
parent17a9e5bbbfe5a5a6356e47cdc1c1656e1e5e1f62
ARM: OMAP2+: Remove unused wakeup_cpu

After commit 32d174ed1bd7 ("ARM: OMAP4: MPUSS PM: remove unnecessary
shim functions for powerdomain control") this is no longer used.

The code continues execution after context restore on the same CPU,
so we can just use pm_info->pwrdm.

Cc: Merlijn Wajer <merlijn@wizzup.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Sebastian Reichel <sre@kernel.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap-mpuss-lowpower.c