From: Paul Gortmaker Date: Thu, 14 Nov 2013 15:26:02 +0000 (-0700) Subject: blk-mq: remove newly added instances of __cpuinit X-Git-Tag: v3.13-rc1~68^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f618ef7c47934d1686a764d0c9f70f23e566683f;p=pandora-kernel.git blk-mq: remove newly added instances of __cpuinit 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed