Skip to content

Commit 7ed363c

Browse files
committed
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>
1 parent 00eb53b commit 7ed363c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

drivers/genpd/actions/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0+
2+
obj-$(CONFIG_OWL_PM_DOMAINS_HELPER) += owl-sps-helper.o
23
obj-$(CONFIG_OWL_PM_DOMAINS) += owl-sps.o

drivers/soc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Makefile for the Linux Kernel SOC specific device drivers.
44
#
55

6-
obj-$(CONFIG_ARCH_ACTIONS) += actions/
76
obj-y += apple/
87
obj-y += aspeed/
98
obj-$(CONFIG_ARCH_AT91) += atmel/

drivers/soc/actions/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)