Commit be9575af authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Paul Mackerras

[POWERPC] cell: Fix spu_info.h header export

It uses #ifdef __KERNEL__, so needs to be processed with unifdef.
Signed-off-by: default avatarArnd Bergann <arnd.bergmann@de.ibm.com>
Acked-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 06ba30b6
...@@ -17,7 +17,6 @@ header-y += ipc.h ...@@ -17,7 +17,6 @@ header-y += ipc.h
header-y += poll.h header-y += poll.h
header-y += shmparam.h header-y += shmparam.h
header-y += sockios.h header-y += sockios.h
header-y += spu_info.h
header-y += ucontext.h header-y += ucontext.h
header-y += ioctl.h header-y += ioctl.h
header-y += linkage.h header-y += linkage.h
...@@ -37,6 +36,7 @@ unifdef-y += posix_types.h ...@@ -37,6 +36,7 @@ unifdef-y += posix_types.h
unifdef-y += ptrace.h unifdef-y += ptrace.h
unifdef-y += seccomp.h unifdef-y += seccomp.h
unifdef-y += signal.h unifdef-y += signal.h
unifdef-y += spu_info.h
unifdef-y += termios.h unifdef-y += termios.h
unifdef-y += types.h unifdef-y += types.h
unifdef-y += unistd.h unifdef-y += unistd.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment