Re: [PATCH][2.6.11] gcc4 fix for

2005-03-03 Thread Andrew Morton
Mikael Pettersson <[EMAIL PROTECTED]> wrote: > > gcc4 generates compile errors when it sees declarations > of arrays of incomplete element types. > has one such declaration, which unfortunately breaks ppc32 > since #includes . > > The fix in this case is to simply move the array declaration > to

[PATCH][2.6.11] gcc4 fix for

2005-03-03 Thread Mikael Pettersson
gcc4 generates compile errors when it sees declarations of arrays of incomplete element types. has one such declaration, which unfortunately breaks ppc32 since #includes . The fix in this case is to simply move the array declaration to after the corresponding element type declaration. Signed-of