s390/cpum_sf: move functions from header file to source file
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 12 Jan 2023 14:09:21 +0000 (15:09 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Sun, 22 Jan 2023 17:42:34 +0000 (18:42 +0100)
commita64e45c2ea62d9622bcebb586f359ea95f0a5152
tree82e12b16f92bc6f9483542dc0231ec0a0e346890
parentb4af09140a04ab5a4a20b3e14738ee56ddd37eff
s390/cpum_sf: move functions from header file to source file

Some inline helper functions are defined in a header file but used
in only one source file. Move these functions to the source file.
No functional change.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/cpu_mf.h
arch/s390/kernel/perf_cpum_sf.c