blk-mq: remove newly added instances of __cpuinit
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 14 Nov 2013 15:26:02 +0000 (08:26 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Nov 2013 15:26:02 +0000 (08:26 -0700)
The new blk-mq code added new instances of __cpuinit usage.
We removed this a couple versions ago; we now want to remove
the compat no-op stubs.  Introducing new users is not what
we want to see at this point in time, as it will break once
the stubs are gone.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-cpu.c
block/blk-mq.c

Simple merge
diff --cc block/blk-mq.c
Simple merge