s390/cpum_sf: Move defines from header file to source file
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 27 Jun 2024 07:45:48 +0000 (09:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Aug 2024 18:52:53 +0000 (20:52 +0200)
commit52d6ef92a4711964d403e82a00ae2ef509b53eae
tree8fd67f35b50c100acfbc15b9dd4c1e60ee1e37e6
parent501cab2b1d12d7ce34f6b0c36c1ff45aec7500b2
s390/cpum_sf: Move defines from header file to source file

Some defines in common header file arch/s390/include/asm/perf_event.h
are only used in one source file arch/s390/kernel/perf_cpum_sf.c.
Move these defines from header to source file.
No functional change.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/perf_event.h
arch/s390/kernel/perf_cpum_sf.c