commit | 59a98a1e56edea4d7d9c5f4ce9d50e271a04993c | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Sat Nov 13 17:18:36 2010 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Thu Nov 25 16:52:07 2010 +0000 |
tree | bcc50fef41e703c2d516e8474e0493098811e0ef | |
parent | 84fee97a026ca085f08381054513f9e24689a303 [diff] |
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: Jamie Iles <jamie.iles@jamieiles.com> Signed-off-by: Will Deacon <will.deacon@arm.com>