From: Geoff Levand <geoffrey.levand@am.sony.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linuxppc-dev@ozlabs.org
Subject: [PATCH] cell: fix missing spu.h header export
Date: Tue, 05 Dec 2006 13:39:30 -0800 [thread overview]
Message-ID: <4575E712.5020103@am.sony.com> (raw)
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
next reply other threads:[~2006-12-05 21:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-05 21:39 Geoff Levand [this message]
2006-12-05 22:06 ` [PATCH] cell: fix missing spu.h header export 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4575E712.5020103@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=arnd@arndb.de \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.