From: Paul Mundt Date: Wed, 25 Jul 2007 08:02:30 +0000 (+0200) Subject: bsg: Fix build for CONFIG_BLOCK=n X-Git-Tag: v2.6.23-rc2~180^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5d8e9d3e55100bc12cf17a5ebc8a3c70befd38;p=pandora-kernel.git 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 -- block/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Signed-off-by: Jens Axboe --- Reading git-diff-tree failed