[PATCH] cell: fix spu_info.h header export

Arnd Bergmann arnd at arndb.de
Wed Dec 6 09:30:16 EST 2006


It uses #ifdef __KERNEL__, so needs to be processes with unifdef

Signed-off-by: Arnd Bergann <arnd.bergmann at de.ibm.com>

Index: linux-2.6/include/asm-powerpc/Kbuild
===================================================================
--- linux-2.6.orig/include/asm-powerpc/Kbuild
+++ linux-2.6/include/asm-powerpc/Kbuild
@@ -17,7 +17,6 @@ header-y += ipc.h
 header-y += poll.h
 header-y += shmparam.h
 header-y += sockios.h
-header-y += spu_info.h
 header-y += ucontext.h
 header-y += ioctl.h
 header-y += linkage.h
@@ -37,6 +36,7 @@ unifdef-y += posix_types.h
 unifdef-y += ptrace.h
 unifdef-y += seccomp.h
 unifdef-y += signal.h
+unifdef-y += spu_info.h
 unifdef-y += termios.h
 unifdef-y += types.h
 unifdef-y += unistd.h



More information about the Linuxppc-dev mailing list