diff options
Diffstat (limited to 'include/asm-powerpc/spu.h')
-rw-r--r-- | include/asm-powerpc/spu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index 816e3dc1f66f..277460476aec 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -146,7 +146,6 @@ struct spu { | |||
146 | void (* ibox_callback)(struct spu *spu); | 146 | void (* ibox_callback)(struct spu *spu); |
147 | void (* stop_callback)(struct spu *spu); | 147 | void (* stop_callback)(struct spu *spu); |
148 | void (* mfc_callback)(struct spu *spu); | 148 | void (* mfc_callback)(struct spu *spu); |
149 | void (* dma_callback)(struct spu *spu, int type); | ||
150 | 149 | ||
151 | char irq_c0[8]; | 150 | char irq_c0[8]; |
152 | char irq_c1[8]; | 151 | char irq_c1[8]; |
@@ -197,8 +196,6 @@ struct cbe_spu_info { | |||
197 | extern struct cbe_spu_info cbe_spu_info[]; | 196 | extern struct cbe_spu_info cbe_spu_info[]; |
198 | 197 | ||
199 | void spu_init_channels(struct spu *spu); | 198 | void spu_init_channels(struct spu *spu); |
200 | int spu_irq_class_0_bottom(struct spu *spu); | ||
201 | int spu_irq_class_1_bottom(struct spu *spu); | ||
202 | void spu_irq_setaffinity(struct spu *spu, int cpu); | 199 | void spu_irq_setaffinity(struct spu *spu, int cpu); |
203 | 200 | ||
204 | void spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, | 201 | void spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, |