From: Mark Rutland Date: Wed, 4 May 2011 08:23:15 +0000 (+0100) Subject: ARM: perf: move platform device to struct arm_pmu X-Git-Tag: v3.2-rc1~130^2~7^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9356a04fab912289b886824cb4b1d461987a910;p=pandora-kernel.git ARM: perf: move platform device to struct arm_pmu Currently the ARM perf code supports having a single struct platform_device to supply IRQ numbers, limiting it to supporting a single PMU. This patch makes a platform_device instance variable on struct arm_pmu. This should allow for multiple PMUs to be supported in future. 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