genpd: move owl-sps-helper.c from drivers/soc
authorArnd Bergmann <arnd@arndb.de>
Wed, 26 Jul 2023 11:49:36 +0000 (13:49 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 26 Jul 2023 12:41:01 +0000 (14:41 +0200)
commit7ed363cd8d0a3e4fbe3c37b7458420f82ef9a106
tree57b56425a5d4ade9d224c2c9d685da1e207d56fd
parent00eb53b08cf5f4d8919a49c10ffd122647478aae
genpd: move owl-sps-helper.c from drivers/soc

Moving only one of the two files in drivers/soc/actions to drivers/genpd
caused a link failure in allmodconfig, as drivers/genpd is entered
for compile testing, but drivers/soc/actions accidentally got skipped:

x86_64-linux-gnu-ld: vmlinux.o: in function `owl_sps_set_power':
owl-sps.c:(.text+0x16e259d): undefined reference to `owl_sps_set_pg'

Move the other one as well to allow build testing to work correctly.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/genpd/actions/Makefile
drivers/genpd/actions/owl-sps-helper.c [moved from drivers/soc/actions/owl-sps-helper.c with 100% similarity]
drivers/soc/Makefile
drivers/soc/actions/Makefile [deleted file]