projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae2987
)
powerpc/cell: Remove dead extern declaration for spu_priv1_beat_ops
author
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 12 Nov 2024 11:48:05 +0000
(22:48 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 13 Nov 2024 01:03:28 +0000
(12:03 +1100)
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
arch/powerpc/include/asm/spu_priv1.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/spu_priv1.h
b/arch/powerpc/include/asm/spu_priv1.h
index
2167d75
..
6fee411
100644
(file)
--- 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;