diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-12-05 23:30:16 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-08 15:55:55 +1100 |
commit | be9575af7e8ec9040330f57b974e52d6921c08bb (patch) | |
tree | e59b7b5667290dd55f474e917036f7b304e4fa08 /include/asm-powerpc | |
parent | 06ba30b6bfb30c84b70fed681b8c920dbff5d5a4 (diff) | |
download | kernel_samsung_espresso10-be9575af7e8ec9040330f57b974e52d6921c08bb.zip kernel_samsung_espresso10-be9575af7e8ec9040330f57b974e52d6921c08bb.tar.gz kernel_samsung_espresso10-be9575af7e8ec9040330f57b974e52d6921c08bb.tar.bz2 |
[POWERPC] cell: Fix spu_info.h header export
It uses #ifdef __KERNEL__, so needs to be processed with unifdef.
Signed-off-by: Arnd Bergann <arnd.bergmann@de.ibm.com>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild index 1e63738..703970f 100644 --- a/include/asm-powerpc/Kbuild +++ b/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 |