Re: PATCH: rio driver rework continued #1

From: Arjan van de Ven
Date: Wed Mar 15 2006 - 07:21:40 EST


On Wed, 2006-03-15 at 12:17 +0000, Alan Cox wrote:
> -typedef volatile u8 BYTE;
> -typedef volatile u16 WORD;
> -typedef volatile u32 DWORD;
> -typedef volatile u16 RIOP;
> +typedef u8 BYTE;
> +typedef u16 WORD;
> +typedef u32 DWORD;


while you're there... might as well kill those ;)

-
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/