projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84fee97
)
ARM: perf: avoid exposing internal stop function for v6 PMU
author
Will Deacon
<will.deacon@arm.com>
Sat, 13 Nov 2010 17:18:36 +0000
(17:18 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Thu, 25 Nov 2010 16:52:07 +0000
(16:52 +0000)
Unlike other pmu functions, armv6pmu_pmu_stop is not declared static.
This patch adds the missing keyword.
Acked-by: Jamie Iles <jamie.iles@jamieiles.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/kernel/perf_event.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/perf_event.c
b/arch/arm/kernel/perf_event.c
index c49e1701a2f6468f7485e2ae610ad2b147b8c4c0..35319b8e4d4bc3411834b3bdde886b39a6ae196b 100644
(file)
--- 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;