Re: [PATCH 08/12] ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS

From: Borislav Petkov
Date: Mon Jan 19 2009 - 09:36:27 EST


Hi,

On Mon, Jan 19, 2009 at 3:14 PM, Bartlomiej Zolnierkiewicz
<bzolnier@xxxxxxxxx> wrote:

[.. ]

> Index: b/include/linux/ide.h
> ===================================================================
> --- a/include/linux/ide.h
> +++ b/include/linux/ide.h
> @@ -1347,10 +1347,6 @@ enum {
> IDE_HFLAG_ERROR_STOPS_FIFO = (1 << 19),
> /* serialize ports */
> IDE_HFLAG_SERIALIZE = (1 << 20),
> - /* use legacy IRQs */
> - IDE_HFLAG_LEGACY_IRQS = (1 << 21),
> - /* force use of legacy IRQs */
> - IDE_HFLAG_FORCE_LEGACY_IRQS = (1 << 22),
> /* host is TRM290 */
> IDE_HFLAG_TRM290 = (1 << 23),
> /* use 32-bit I/O ops */

maybe contigious numbering of the enums here?

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