ARM: keystone: Merge PM function into main support file
authorAndrew Davis <afd@ti.com>
Wed, 26 Jul 2023 16:04:41 +0000 (11:04 -0500)
committerNishanth Menon <nm@ti.com>
Wed, 2 Aug 2023 04:57:28 +0000 (23:57 -0500)
commitd33dbddf43a055f69bda7f3488bb1e136d1b6bbc
tree5d784ffed227d8aab6bf57930337c9a7c61bdde3
parent04a0137fc36d0b544afd5afd59f8f739ca97e33e
ARM: keystone: Merge PM function into main support file

The one function left in this file does not justify a whole extra
file nor the keystone.h support file used to forward declare that
function. Merge this into the main keystone.c file.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230726160441.101566-2-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/mach-keystone/Makefile
arch/arm/mach-keystone/keystone.c
arch/arm/mach-keystone/keystone.h [deleted file]
arch/arm/mach-keystone/pm_domain.c [deleted file]