Skip to content

Commit be6b0eb

Browse files
committed
powerpc/cell: Remove dead extern declaration for spu_priv1_beat_ops
spu_priv1_beat_ops were removed in commit bf4981a ("powerpc: Remove the celleb support"), remove the unneeded extern. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://patch.msgid.link/20241112114805.453894-1-mpe@ellerman.id.au
1 parent fae2987 commit be6b0eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/powerpc/include/asm/spu_priv1.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ spu_disable_spu (struct spu_context *ctx)
216216
*/
217217

218218
extern const struct spu_priv1_ops spu_priv1_mmio_ops;
219-
extern const struct spu_priv1_ops spu_priv1_beat_ops;
220219

221220
extern const struct spu_management_ops spu_management_of_ops;
222221

0 commit comments

Comments
 (0)