diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-10-24 12:31:15 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-25 00:20:21 -0400 |
commit | cc21a66d7f727ab97b27af9cf763bc0b51510ffa (patch) | |
tree | 3923ce08c3a641751ed74f89dc2f65b031f84578 /include/asm-powerpc | |
parent | 24f43b33f74c8e8c8aabc40b728eaf9137802942 (diff) |
[POWERPC] cell: remove unused struct spu variable
Remove the mostly unused variable isrc from struct spu and a forgotten
function declaration.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/spu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index e73ea00efd8b..cac4ad90a1d4 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -118,7 +118,6 @@ struct spu { | |||
118 | int number; | 118 | int number; |
119 | int nid; | 119 | int nid; |
120 | unsigned int irqs[3]; | 120 | unsigned int irqs[3]; |
121 | u32 isrc; | ||
122 | u32 node; | 121 | u32 node; |
123 | u64 flags; | 122 | u64 flags; |
124 | u64 dar; | 123 | u64 dar; |