Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f1fa16e8816a2285ed77070ce60a6858fb7913cc
Commit:     f1fa16e8816a2285ed77070ce60a6858fb7913cc
Parent:     ed8ed9ac06604513edd6be6b1c81b6270296b7fc
Author:     Arnd Bergmann <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 19 15:32:42 2006 +0100
Committer:  Arnd Bergmann <[EMAIL PROTECTED]>
CommitDate: Tue Dec 19 15:35:36 2006 +0100

    [POWERPC] cell: add forward struct declarations to spu.h
    
    Needed to be able to include spu.h independant from other
    headers.
    
    Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]>
---
 include/asm-powerpc/spu.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h
index fdad426..3d90264 100644
--- a/include/asm-powerpc/spu.h
+++ b/include/asm-powerpc/spu.h
@@ -161,6 +161,7 @@ struct spu_syscall_block {
 extern long spu_sys_callback(struct spu_syscall_block *s);
 
 /* syscalls implemented in spufs */
+struct file;
 extern struct spufs_calls {
        asmlinkage long (*create_thread)(const char __user *name,
                                        unsigned int flags, mode_t mode);
@@ -232,6 +233,7 @@ void spu_remove_sysdev_attr_group(struct attribute_group 
*attrs);
  * to object-id spufs file from user space and the notifer
  * function can assume that spu->ctx is valid.
  */
+struct notifier_block;
 int spu_switch_event_register(struct notifier_block * n);
 int spu_switch_event_unregister(struct notifier_block * n);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to