diff options
Diffstat (limited to 'arch/powerpc/platforms/celleb/spu_priv1.c')
-rw-r--r-- | arch/powerpc/platforms/celleb/spu_priv1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/celleb/spu_priv1.c b/arch/powerpc/platforms/celleb/spu_priv1.c index 2bf6700f747..bcc17f7fe8a 100644 --- a/arch/powerpc/platforms/celleb/spu_priv1.c +++ b/arch/powerpc/platforms/celleb/spu_priv1.c | |||
@@ -183,8 +183,7 @@ static u64 resource_allocation_enable_get(struct spu *spu) | |||
183 | return enable; | 183 | return enable; |
184 | } | 184 | } |
185 | 185 | ||
186 | const struct spu_priv1_ops spu_priv1_beat_ops = | 186 | const struct spu_priv1_ops spu_priv1_beat_ops = { |
187 | { | ||
188 | .int_mask_and = int_mask_and, | 187 | .int_mask_and = int_mask_and, |
189 | .int_mask_or = int_mask_or, | 188 | .int_mask_or = int_mask_or, |
190 | .int_mask_set = int_mask_set, | 189 | .int_mask_set = int_mask_set, |