Re: Linux 2.5.5-dj3 - ide_modes.h

Martin Dalecki (dalecki@evision-ventures.com)
Wed, 06 Mar 2002 13:00:59 +0100


Dave Jones wrote:
> On Tue, Mar 05, 2002 at 10:53:58PM -0800, Ben Clifford wrote:
> > in drivers/ide/ide_modes.h,
> > typedef ... ide_pio_timings_t;
> > is only defined #ifdef CONFIG_BLK_DEV_IDE_MODES.
> > But it is used in ide.c without any ifdefs around it, resulting in a
> > compile error.
> > In 2.5.5-dj2, this block was in ide_modes.h within the same #ifdef as the
> > typedef, but was moved by the -dj3 patch.
>
> It came from the 2.5.6pre2 merge. Hopefully the next round of Martins
> patches will fix that up.

Yes I see the fault.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/