linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Remove unused declarations for powerpc
@ 2022-09-13  7:50 Gaosheng Cui
  2022-09-13  7:50 ` [PATCH 1/9] powerpc/xmon: remove unused ppc_parse_cpu() declaration Gaosheng Cui
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Gaosheng Cui @ 2022-09-13  7:50 UTC (permalink / raw)
  To: mpe, npiggin, christophe.leroy, geoff, jk, arnd, clg, aik,
	maciej.szmigiero, seanjc, jgg, willy, nick.child, bsingharora,
	michael, arnd.bergmann, paulus, benh, alistair, miltonm,
	Geert.Uytterhoeven, geoffrey.levand, yu.liu, scottwood, hollisb,
	avi, agraf, cuigaosheng1
  Cc: linuxppc-dev

This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (9):
  powerpc/xmon: remove unused ppc_parse_cpu() declaration
  powerpc/spufs: remove orphan declarations from spufs.h
  powerpc: remove unused chrp_event_scan() declaration
  powerpc: remove unused udbg_init_debug_beat() declaration
  powerpc/mm: remove orphan declarations from mmu_context.h
  powerpc/powernv: remove orphan declarations from opal.h
  powerpc/sysdev: remove unused xics_ipi_dispatch() declaration
  powerpc/ps3: remove orphan declarations from ps3av.h
  KVM: PPC: remove orphan declarations from kvm_ppc.h

 arch/powerpc/include/asm/kvm_ppc.h        | 4 ----
 arch/powerpc/include/asm/mmu_context.h    | 2 --
 arch/powerpc/include/asm/opal.h           | 6 ------
 arch/powerpc/include/asm/ps3av.h          | 2 --
 arch/powerpc/include/asm/udbg.h           | 1 -
 arch/powerpc/include/asm/xics.h           | 1 -
 arch/powerpc/platforms/cell/spufs/spufs.h | 2 --
 arch/powerpc/platforms/chrp/chrp.h        | 1 -
 arch/powerpc/xmon/ppc.h                   | 2 --
 9 files changed, 21 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-09-23 11:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13  7:50 [PATCH 0/9] Remove unused declarations for powerpc Gaosheng Cui
2022-09-13  7:50 ` [PATCH 1/9] powerpc/xmon: remove unused ppc_parse_cpu() declaration Gaosheng Cui
2022-09-13  7:50 ` [PATCH 2/9] powerpc/spufs: remove orphan declarations from spufs.h Gaosheng Cui
2022-09-13  7:50 ` [PATCH 3/9] powerpc: remove unused chrp_event_scan() declaration Gaosheng Cui
2022-09-13  7:50 ` [PATCH 4/9] powerpc: remove unused udbg_init_debug_beat() declaration Gaosheng Cui
2022-09-13  7:50 ` [PATCH 5/9] powerpc/mm: remove orphan declarations from mmu_context.h Gaosheng Cui
2022-09-13  7:50 ` [PATCH 6/9] powerpc/powernv: remove orphan declarations from opal.h Gaosheng Cui
2022-09-13  7:50 ` [PATCH 7/9] powerpc/sysdev: remove unused xics_ipi_dispatch() declaration Gaosheng Cui
2022-09-13  7:50 ` [PATCH 8/9] powerpc/ps3: remove orphan declarations from ps3av.h Gaosheng Cui
2022-09-14 16:29   ` Geoff Levand
2022-09-13  7:50 ` [PATCH 9/9] KVM: PPC: remove orphan declarations from kvm_ppc.h Gaosheng Cui
2022-09-23 10:57 ` [PATCH 0/9] Remove unused declarations for powerpc Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).