Skip to content

Commit

Permalink
powerpc/cell: Remove dead extern declaration for spu_priv1_beat_ops
Browse files Browse the repository at this point in the history
spu_priv1_beat_ops were removed in commit bf4981a ("powerpc: Remove
the celleb support"), remove the unneeded extern.

Signed-off-by: Michael Ellerman <[email protected]>
Link: https://patch.msgid.link/[email protected]
  • Loading branch information
mpe committed Nov 13, 2024
1 parent fae2987 commit be6b0eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/include/asm/spu_priv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit be6b0eb

Please sign in to comment.