From: Fenghua Yu Date: Tue, 15 Nov 2011 20:59:31 +0000 (+0100) Subject: CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init() X-Git-Tag: v3.3-rc1~167^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7268a31c8aabc5a29ccc7f76de84383e5f38737;p=pandora-kernel.git CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init() Add __init for functions alloc_frozen_cpus() and cpu_hotplug_pm_sync_init() because they are only called during boot time. Add static for function cpu_hotplug_pm_sync_init() because its scope is limited in this file only. Signed-off-by: Fenghua Yu Acked-by: Srivatsa S. Bhat Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed