提交 59a98a1e 编写于 作者: W Will Deacon

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: NJamie Iles <jamie.iles@jamieiles.com>
Signed-off-by: NWill Deacon <will.deacon@arm.com>
上级 84fee97a
......@@ -1121,7 +1121,7 @@ armv6pmu_start(void)
spin_unlock_irqrestore(&pmu_lock, flags);
}
void
static void
armv6pmu_stop(void)
{
unsigned long flags, val;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册