Re: [Patch] Add necessary #includes to asm-powerpc/spu.h

2006-12-08 Thread Arnd Bergmann
On Friday 08 December 2006 18:10, Maynard Johnson wrote: > #define _SPU_H > #ifdef __KERNEL__ > > +#include > +#include > #include > #include > Thanks for pointing this out. I'm fixing this in a different way though, with by adding forward-declarations of the structures to spu.h in orde

[Patch] Add necessary #includes to asm-powerpc/spu.h

2006-12-08 Thread Maynard Johnson
Subject: Add necessary #includes to asm-powerpc/spu.h. From: Maynard Johnson <[EMAIL PROTECTED]> This patch adds a couple of #includes to asm-powerpc/spu.h to prevent compilation warnings that can occur when spu.h is included from a source file where fs.h and notifier.h have not been included a