[PATCH 2/5] ARM: perf: avoid exposing internal stop function for v6 PMU
Will Deacon
will.deacon at arm.com
Mon Nov 15 12:31:00 EST 2010
Unlike other pmu functions, armv6pmu_pmu_stop is not declared static.
This patch adds the missing keyword.
Cc: Jamie Iles <jamie.iles at picochip.com>
Signed-off-by: Will Deacon <will.deacon at arm.com>
---
arch/arm/kernel/perf_event.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/kernel/perf_event.c b/arch/arm/kernel/perf_event.c
index c49e170..35319b8 100644
--- a/arch/arm/kernel/perf_event.c
+++ b/arch/arm/kernel/perf_event.c
@@ -1121,7 +1121,7 @@ armv6pmu_start(void)
spin_unlock_irqrestore(&pmu_lock, flags);
}
-void
+static void
armv6pmu_stop(void)
{
unsigned long flags, val;
--
1.7.0.4
More information about the linux-arm-kernel
mailing list