summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-25 10:02:30 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-07-27 08:08:24 +0200
commit4d5d8e9d3e55100bc12cf17a5ebc8a3c70befd38 (patch)
tree86c712d4058b4a06de45615b2af28b1c86c8230d /REPORTING-BUGS
parent4e97182a22ed5ca6a5cbc39275d4752d5a4369da (diff)
downloadlinux-0-day-4d5d8e9d3e55100bc12cf17a5ebc8a3c70befd38.tar.gz
linux-0-day-4d5d8e9d3e55100bc12cf17a5ebc8a3c70befd38.tar.xz
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> -- block/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions