Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/cell: Remove dead extern declaration for spu_priv1_beat_ops

spu_priv1_beat_ops were removed in commit bf4981a00636 ("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
-1
arch/powerpc/include/asm/spu_priv1.h
··· 216 216 */ 217 217 218 218 extern const struct spu_priv1_ops spu_priv1_mmio_ops; 219 - extern const struct spu_priv1_ops spu_priv1_beat_ops; 220 219 221 220 extern const struct spu_management_ops spu_management_of_ops; 222 221