summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2024-11-12 22:48:05 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2024-11-13 12:03:28 +1100
commitbe6b0eb5c46d85e360c0ff8bdde1aaa199a8fb6d (patch)
tree6e7ec9277cec2af65ca128f7f4bc0850f74609c9 /arch/powerpc/include
parentfae2987e67786a6358c0ef47189b12ff19e9543a (diff)
downloadlwn-be6b0eb5c46d85e360c0ff8bdde1aaa199a8fb6d.tar.gz
lwn-be6b0eb5c46d85e360c0ff8bdde1aaa199a8fb6d.zip
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
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/spu_priv1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/spu_priv1.h b/arch/powerpc/include/asm/spu_priv1.h
index 2167d756e6d5..6fee411d973d 100644
--- a/arch/powerpc/include/asm/spu_priv1.h
+++ b/arch/powerpc/include/asm/spu_priv1.h
@@ -216,7 +216,6 @@ spu_disable_spu (struct spu_context *ctx)
*/
extern const struct spu_priv1_ops spu_priv1_mmio_ops;
-extern const struct spu_priv1_ops spu_priv1_beat_ops;
extern const struct spu_management_ops spu_management_of_ops;