Re: [PATCH] Eat keys on panic

Adrian Bunk (bunk@fs.tum.de)
Sat, 31 May 2003 17:58:34 +0200


On Sat, May 31, 2003 at 05:45:21PM +0200, Andi Kleen wrote:
>...
> --- linux/arch/i386/kernel/ioport.c 30 May 2003 20:12:29 -0000 1.17
> +++ linux/arch/i386/kernel/ioport.c 31 May 2003 14:24:16 -0000
> @@ -15,6 +15,8 @@
> #include <linux/stddef.h>
> #include <linux/slab.h>
> #include <linux/thread_info.h>
> +#include <asm/io.h>
> +#include <linux/delay.h>
>...

Could you move the #include <linux/delay.h> above the
#include <asm/io.h> ?

TIA
Adrian

-- 

"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

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