From 99d4d0a9f251a87e0710c6f1fb46ac0d4bce12cb Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Sat, 28 Jul 2007 23:45:43 +0900 Subject: [PATCH] [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 Acked-by: Jens Axboe Acked-by: FUJITA Tomonori Signed-off-by: James Bottomley --- Reading git-format-patch failed