Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 443fc8a3 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390/perf: make print_debug_cf() static

parent 43eab381
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();