Re: [PATCH] x86: fault_32.c cleanup

2008-01-02 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > We get die() from kdebug.h, no need for forward declaration. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] x86: fault_32.c cleanup

2008-01-02 Thread Harvey Harrison
We get die() from kdebug.h, no need for forward declaration. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/x86/mm/fault_32.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c index bfb0917..870b561 100644 ---

[PATCH] x86: fault_32.c cleanup

2008-01-02 Thread Harvey Harrison
We get die() from kdebug.h, no need for forward declaration. Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- arch/x86/mm/fault_32.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c index bfb0917..870b561 100644 ---

Re: [PATCH] x86: fault_32.c cleanup

2008-01-02 Thread Ingo Molnar
* Harvey Harrison [EMAIL PROTECTED] wrote: We get die() from kdebug.h, no need for forward declaration. thanks, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at