From: Satyam Sharma Date: Tue, 2 Oct 2007 20:28:14 +0000 (-0700) Subject: [CPUFREQ] mark hotplug notifier callback as __cpuinit X-Git-Tag: v2.6.24-rc1~1396^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd184a01b8ece6bac2f7a63de99a4a4d29552746;p=pandora-kernel.git [CPUFREQ] mark hotplug notifier callback as __cpuinit The notifier_block is already __cpuinitdata, thereby allowing us to safely mark the callback function as __cpuinit also, thereby saving space when HOTPLUG_CPU=n. Signed-off-by: Satyam Sharma Signed-off-by: Andrew Morton Signed-off-by: Dave Jones --- Reading git-diff-tree failed