diff options
author | Satyam Sharma <satyam@infradead.org> | 2007-08-23 07:29:40 (GMT) |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-10-10 07:25:56 (GMT) |
commit | db47d475371bc85dd122112e957669cbbcc70dee (patch) | |
tree | 9e662c8521012485fd6dc3eac74f79572571e458 /drivers | |
parent | 6c92e699b56287da582ccb12a64b959b6d6109ba (diff) | |
download | linux-db47d475371bc85dd122112e957669cbbcc70dee.tar.xz |
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 <satyam@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions