Re: [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch

2007-06-29 Thread Andrew Morton
On Fri, 29 Jun 2007 09:10:52 -0400 (EDT) "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: > > Please provide changelogs. > > > > I assume this patch fixes some build error or something. I am still awaiting a description of what this patch does. > i actually asked about this on either the janitors

Re: [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch

2007-06-29 Thread Robert P. J. Day
On Fri, 29 Jun 2007, Alexey Dobriyan wrote: > On Fri, Jun 29, 2007 at 09:10:52AM -0400, Robert P. J. Day wrote: > > i actually asked about this on either the janitors or newbies > > list the other day -- one of the early examples from the LDD3 > > device drivers book which built fine all this t

Re: [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch

2007-06-29 Thread Alexey Dobriyan
On Fri, Jun 29, 2007 at 09:10:52AM -0400, Robert P. J. Day wrote: > On Thu, 28 Jun 2007, Andrew Morton wrote: > > On Thu, 28 Jun 2007 18:09:21 +0400 > > Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > > > --- > > > > > > include/asm-frv/pgt

Re: [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch

2007-06-29 Thread Robert P. J. Day
On Thu, 28 Jun 2007, Andrew Morton wrote: > On Thu, 28 Jun 2007 18:09:21 +0400 > Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > > --- > > > > include/asm-frv/pgtable.h |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > --- a

Re: [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch

2007-06-28 Thread Andrew Morton
On Thu, 28 Jun 2007 18:09:21 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > include/asm-frv/pgtable.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/include/asm-frv/pgtable.h > +++ b/include/asm-frv/pgtable.h

[PATCH] frv: fix fallout from "remove sched.h from mm.h" patch

2007-06-28 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- include/asm-frv/pgtable.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/asm-frv/pgtable.h +++ b/include/asm-frv/pgtable.h @@ -25,7 +25,7 @@ #include #include #include -struct mm_struct; +#include struct vm_ar