From: Tony Breeds Date: Tue, 11 Mar 2008 23:48:48 +0000 (+1100) Subject: [POWERPC] Fix undefined pmu_sys_suspended compilation error X-Git-Tag: v2.6.25-rc6~30^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c941d00087581c9553661c2c4fb593da37f525;p=pandora-kernel.git [POWERPC] Fix undefined pmu_sys_suspended compilation error pmu_sys_suspended is declared extern when: defined(CONFIG_PM_SLEEP) && defined(CONFIG_PPC32) but only defined when: defined(CONFIG_SUSPEND) && defined(CONFIG_PPC32) which is wrong. Let's fix that. Signed-off-by: Tony Breeds Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed