From: Will Deacon Date: Mon, 14 Nov 2011 16:12:52 +0000 (+0000) Subject: ARM: PMU: re-export release_pmu symbol to modules X-Git-Tag: v3.2-rc4~2^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec84d529b689f4ae31813cf74673f3271c36c83a;p=pandora-kernel.git ARM: PMU: re-export release_pmu symbol to modules Commit b0e89590 ("ARM: PMU: move CPU PMU platform device handling and init into perf") inadvertently removed the EXPORT_SYMBOL_GPL on release_pmu, so out-of-tree modules can no longer play nice with perf, even if they tried in the first place. This patch re-exports the symbol. Reported-by: Jon Medhurst (Tixy) Signed-off-by: Will Deacon --- Reading git-diff-tree failed