Re: [Patch] include/asm-generic/tlb.h: fix a missing header

2008-01-31 Thread WANG Cong
On Thu, Jan 31, 2008 at 02:08:31PM -0800, Christoph Lameter wrote: >On Thu, 31 Jan 2008, WANG Cong wrote: > >> index 6ce9f3a..4ebbe15 100644 >> --- a/include/asm-generic/tlb.h >> +++ b/include/asm-generic/tlb.h >> @@ -16,6 +16,7 @@ >> #include >> #include >> #include >> +#include > >Please a

Re: [Patch] include/asm-generic/tlb.h: fix a missing header

2008-01-31 Thread Christoph Lameter
On Thu, 31 Jan 2008, WANG Cong wrote: > index 6ce9f3a..4ebbe15 100644 > --- a/include/asm-generic/tlb.h > +++ b/include/asm-generic/tlb.h > @@ -16,6 +16,7 @@ > #include > #include > #include > +#include Please also remove the #include . It should have been part of a patch reversal. -- T