From 12d8bdc5397b83805ddc297f1d24471fb8487ee6 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 19 Dec 2006 15:32:42 +0100 Subject: [PATCH] --- yaml --- r: 44749 b: refs/heads/master c: f1fa16e8816a2285ed77070ce60a6858fb7913cc h: refs/heads/master i: 44747: 086abff53dcf4299cc99198ebb7782f8602f97d3 v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/spu.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a5edece9f097..3b8e843e22cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed8ed9ac06604513edd6be6b1c81b6270296b7fc +refs/heads/master: f1fa16e8816a2285ed77070ce60a6858fb7913cc diff --git a/trunk/include/asm-powerpc/spu.h b/trunk/include/asm-powerpc/spu.h index fdad4267b447..3d90264e9d36 100644 --- a/trunk/include/asm-powerpc/spu.h +++ b/trunk/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);