From: Satyam Sharma Date: Thu, 23 Aug 2007 07:29:40 +0000 (+0200) Subject: ll_rw_blk: blk_cpu_notifier should be __cpuinitdata X-Git-Tag: v2.6.24-rc1~1460^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db47d475371bc85dd122112e957669cbbcc70dee;p=pandora-kernel.git ll_rw_blk: blk_cpu_notifier should be __cpuinitdata blk_cpu_notifier is marked as __devinitdata, but __devinitdata need not be __init even if HOTPLUG_CPU=n, which wastes space. It should be marked __cpuinitdata, and the callback itself as __cpuinit. Signed-off-by: Satyam Sharma Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed