[CPUFREQ] mark hotplug notifier callback as __cpuinit
authorSatyam Sharma <satyam@infradead.org>
Tue, 2 Oct 2007 20:28:14 +0000 (13:28 -0700)
committerDave Jones <davej@redhat.com>
Thu, 4 Oct 2007 22:40:57 +0000 (18:40 -0400)
commitdd184a01b8ece6bac2f7a63de99a4a4d29552746
treeddf4a212eb3af1df9e5dc7ed3e0cd3c1a409b2d8
parent6afde10c3f58cc3ac593f5b4505b8b1cf719f5d6
[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 <satyam@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq.c