]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] bsg: Fix build for CONFIG_BLOCK=n
authorPaul Mundt <lethal@linux-sh.org>
Sat, 28 Jul 2007 14:45:43 +0000 (23:45 +0900)
committerJames Bottomley <jejb@mulgrave.localdomain>
Sat, 28 Jul 2007 14:56:06 +0000 (10:56 -0400)
commit89011c345f95fcfd514cc36666539f70407bb6f6
treee53350d1d822ff49ddd0abb7d075bcd054a3ba02
parent7f7a7121beb9c22d8acdb8109f9b68a0420fd5b6
[SCSI] bsg: Fix build for CONFIG_BLOCK=n

BLK_DEV_BSG was added outside of the if BLOCK check, which allows it to
be enabled when CONFIG_BLOCK=n. This leads to many screenlengths of
errors, starting with a parse error on the request_queue_t definition.
Obviously this wasn't intended for CONFIG_BLOCK=n usage, so just move the
option back in to the block.

Caught with a randconfig on sh.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
block/Kconfig