Re: [PATCH] Include missing header in include/asm-sparc64/tlb.h

2007-02-05 Thread Mathieu Desnoyers
* David Miller ([EMAIL PROTECTED]) wrote: > From: David Miller <[EMAIL PROTECTED]> > Date: Mon, 05 Feb 2007 13:31:37 -0800 (PST) > > > From: Mathieu Desnoyers <[EMAIL PROTECTED]> > > Date: Mon, 5 Feb 2007 12:57:14 -0500 > > > > > Include missing header in include/asm-sparc64/tlb.h > > > > > > sp

Re: [PATCH] Include missing header in include/asm-sparc64/tlb.h

2007-02-05 Thread David Miller
From: David Miller <[EMAIL PROTECTED]> Date: Mon, 05 Feb 2007 13:31:37 -0800 (PST) > From: Mathieu Desnoyers <[EMAIL PROTECTED]> > Date: Mon, 5 Feb 2007 12:57:14 -0500 > > > Include missing header in include/asm-sparc64/tlb.h > > > > sparc64 does not compile without this. It applies on 2.6.20. >

Re: [PATCH] Include missing header in include/asm-sparc64/tlb.h

2007-02-05 Thread David Miller
From: Mathieu Desnoyers <[EMAIL PROTECTED]> Date: Mon, 5 Feb 2007 12:57:14 -0500 > Include missing header in include/asm-sparc64/tlb.h > > sparc64 does not compile without this. It applies on 2.6.20. > > Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> It builds perfectly fine for me with s

[PATCH] Include missing header in include/asm-sparc64/tlb.h

2007-02-05 Thread Mathieu Desnoyers
Include missing header in include/asm-sparc64/tlb.h sparc64 does not compile without this. It applies on 2.6.20. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-sparc64/tlb.h +++ b/include/asm-sparc64/tlb.h @@ -2,6 +2,7 @@ #define _SPARC64_TLB_H #include +#include #