Re: request_queue_t depends on CONFIG_BLOCK

2007-03-23 Thread Bartlomiej Zolnierkiewicz
On Friday 23 March 2007, Olaf Hering wrote: > On Fri, Mar 23, Bartlomiej Zolnierkiewicz wrote: > > > > Because it is needed in a few places. > > > > Is there really any PPC64 specific code which needs > > (ppc_ide_md is used only by PPC32)? I suspect that the answer to my question is "not real

Re: request_queue_t depends on CONFIG_BLOCK

2007-03-23 Thread Olaf Hering
On Fri, Mar 23, Bartlomiej Zolnierkiewicz wrote: > > Because it is needed in a few places. > > Is there really any PPC64 specific code which needs > (ppc_ide_md is used only by PPC32)? This is about CONFIG_BLOCK=n, not about arch/... Is all non-driver code which has to poke into ide code suppos

Re: request_queue_t depends on CONFIG_BLOCK

2007-03-23 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 23 March 2007, Olaf Hering wrote: > On Thu, Mar 22, Christoph Hellwig wrote: > > > On Thu, Mar 22, 2007 at 10:52:34PM +0100, Olaf Hering wrote: > > > How can this compile error be fixed properly? > > > request_queue_t is inside CONFIG_BLOCK, > > > ide_drive_s (and likely others) us

Re: request_queue_t depends on CONFIG_BLOCK

2007-03-22 Thread Olaf Hering
On Thu, Mar 22, Christoph Hellwig wrote: > On Thu, Mar 22, 2007 at 10:52:34PM +0100, Olaf Hering wrote: > > How can this compile error be fixed properly? > > request_queue_t is inside CONFIG_BLOCK, > > ide_drive_s (and likely others) use it unconditionally. > > > > > > CC arch/powerpc/ker

request_queue_t depends on CONFIG_BLOCK

2007-03-22 Thread Olaf Hering
How can this compile error be fixed properly? request_queue_t is inside CONFIG_BLOCK, ide_drive_s (and likely others) use it unconditionally. CC arch/powerpc/kernel/setup_64.o In file included from linux-2.6.21-rc4/arch/powerpc/kernel/setup_64.c:23: linux-2.6.21-rc4/include/linux/ide.h:556

Re: request_queue_t depends on CONFIG_BLOCK

2007-03-22 Thread Christoph Hellwig
On Thu, Mar 22, 2007 at 10:52:34PM +0100, Olaf Hering wrote: > How can this compile error be fixed properly? > request_queue_t is inside CONFIG_BLOCK, > ide_drive_s (and likely others) use it unconditionally. > > > CC arch/powerpc/kernel/setup_64.o > In file included from linux-2.6.21-rc4/