linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cell: fix missing spu.h header export
@ 2006-12-05 21:39 Geoff Levand
  2006-12-05 22:06 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Geoff Levand @ 2006-12-05 21:39 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linuxppc-dev

Add spu.h to the list of exported headers.  Fixes this error when
using 'make headers_check' or when CONFIG_HEADERS_CHECK=y:

  asm/spu_info.h requires asm/spu.h, which does not exist in exported headers


Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

---
 include/asm-powerpc/Kbuild |    1 +
 1 files changed, 1 insertion(+)

--- cell--common--7.orig/include/asm-powerpc/Kbuild
+++ cell--common--7/include/asm-powerpc/Kbuild
@@ -37,6 +37,7 @@ unifdef-y += posix_types.h
 unifdef-y += ptrace.h
 unifdef-y += seccomp.h
 unifdef-y += signal.h
+unifdef-y += spu.h
 unifdef-y += termios.h
 unifdef-y += types.h
 unifdef-y += unistd.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-06  3:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05 21:39 [PATCH] cell: fix missing spu.h header export Geoff Levand
2006-12-05 22:06 ` Arnd Bergmann
2006-12-05 22:20   ` Geoff Levand
2006-12-05 22:30     ` [PATCH] cell: fix spu_info.h " Arnd Bergmann
2006-12-06  3:00       ` Geoff Levand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).