s390/cpum_cf: Move defines from header file to source file
authorThomas Richter <tmricht@linux.ibm.com>
Mon, 1 Jul 2024 08:59:09 +0000 (10:59 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Aug 2024 18:52:53 +0000 (20:52 +0200)
commitd4559eabc1a61c1f9e99ed34489f060a2097598d
tree4129475b2fe98007c237ecead1bb56ebab35a0bc
parent52d6ef92a4711964d403e82a00ae2ef509b53eae
s390/cpum_cf: Move defines from header file to source file

The macros PERF_CPUM_CF_MAX_CTR and PERF_EVENT_CPUM_CF_DIAG
are used in only one source file arch/s390/kernel/perf_cpum_cf.c.
Move these defines from the header file
arch/s390/include/asm/perf_event.h to the only user.
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_cf.c