s390/perf: make print_debug_cf() static
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
43eab38118
commit
443fc8a3e0
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ unsigned long perf_misc_flags(struct pt_regs *regs)
|
|||
: PERF_RECORD_MISC_KERNEL;
|
||||
}
|
||||
|
||||
void print_debug_cf(void)
|
||||
static void print_debug_cf(void)
|
||||
{
|
||||
struct cpumf_ctr_info cf_info;
|
||||
int cpu = smp_processor_id();
|
||||
|
|
Loading…
Reference in a new issue