Re: [PATCH] x86 floppy: kill off the 'register' keyword from header

From: Ingo Molnar
Date: Wed Mar 26 2008 - 02:07:27 EST



* Jesper Juhl <jesper.juhl@xxxxxxxxx> wrote:

> - register unsigned char st;
> + unsigned char st;

> - register int lcount;
> - register char *lptr;
> + int lcount;
> + char *lptr;

thanks, applied.

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