Re: [PATCH] revert headers_check fix: ia64, fpu.h
From: Sam Ravnborg <hidden>
Date: 2009-02-06 13:41:20
Also in:
lkml
From: Sam Ravnborg <hidden>
Date: 2009-02-06 13:41:20
Also in:
lkml
On Fri, Feb 06, 2009 at 05:19:00PM +0900, KOSAKI Motohiro wrote:
quoted
diff --git a/arch/ia64/include/asm/fpu.h b/arch/ia64/include/asm/fpu.h index 3859558..b6395ad 100644 --- a/arch/ia64/include/asm/fpu.h +++ b/arch/ia64/include/asm/fpu.h@@ -6,7 +6,7 @@ * David Mosberger-Tang <davidm@hpl.hp.com> */ -#include <asm/types.h> +#include <linux/types.h>this change break ia64 build perfectly. this patch seems don't tested at all. Ingo, I hope you ask patch author how to test posted patch ;-)
Patch author test the patch by adding it to a git tree that hits -next. And this catched ths bug - so -next served its purpose. Sam