From: Mark Rutland Date: Thu, 19 May 2011 09:07:57 +0000 (+0100) Subject: ARM: perf: move arm_pmu into X-Git-Tag: v3.2-rc1~130^2~7^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce47080dfffe71edd433b35dcdada24c61079eb;p=pandora-kernel.git ARM: perf: move arm_pmu into Currently, struct arm_pmu and related functions are only visible to {,arch/arm/}/kernel/perf_event.c. This prevents new drivers from using the framework. This patch moves declarations to asm/pmu.h, allowing new PMU drivers to use the framework. Signed-off-by: Mark Rutland Reviewed-by: Will Deacon Reviewed-by: Jamie Iles Reviewed-by: Ashwin Chaugule Signed-off-by: Will Deacon --- Reading git-diff-tree failed