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

Commit 59a98a1e authored by Will Deacon's avatar Will Deacon
Browse files

ARM: perf: avoid exposing internal stop function for v6 PMU



Unlike other pmu functions, armv6pmu_pmu_stop is not declared static.
This patch adds the missing keyword.

Acked-by: default avatarJamie Iles <jamie.iles@jamieiles.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 84fee97a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1121,7 +1121,7 @@ armv6pmu_start(void)
	spin_unlock_irqrestore(&pmu_lock, flags);
}

void
static void
armv6pmu_stop(void)
{
	unsigned long flags, val;