Skip to content

Commit 5d3516b

Browse files
rddunlapVasily Gorbik
authored andcommitted
s390: appldata depends on PROC_SYSCTL
APPLDATA_BASE should depend on PROC_SYSCTL instead of PROC_FS. Building with PROC_FS but not PROC_SYSCTL causes a build error, since appldata_base.c uses data and APIs from fs/proc/proc_sysctl.c. arch/s390/appldata/appldata_base.o: in function `appldata_generic_handler': appldata_base.c:(.text+0x192): undefined reference to `sysctl_vals' Fixes: c185b78 ("[S390] Remove config options.") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Heiko Carstens <hca@linux.ibm.com> Cc: Vasily Gorbik <gor@linux.ibm.com> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Cc: linux-s390@vger.kernel.org Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Link: https://lore.kernel.org/r/20210528002420.17634-1-rdunlap@infradead.org Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 42e8d65 commit 5d3516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ config CMM_IUCV
854854
config APPLDATA_BASE
855855
def_bool n
856856
prompt "Linux - VM Monitor Stream, base infrastructure"
857-
depends on PROC_FS
857+
depends on PROC_SYSCTL
858858
help
859859
This provides a kernel interface for creating and updating z/VM APPLDATA
860860
monitor records. The monitor records are updated at certain time

0 commit comments

Comments
 (0)