From: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> Subject: Re: [PATCH] bsg: Fix build for CONFIG_BLOCK=n Date: Wed, 25 Jul 2007 13:04:56 +0200
> > Hi, > > On Wednesday 25 July 2007, Paul Mundt wrote: > > 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. > > also pointed out in my bsg review from a week ago ;) > > http://lkml.org/lkml/2007/7/17/487 Oops, sorry. > > Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> > > Thanks for fixing this up. Thanks! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

