mbox series

[0/7] Remove orphan declarations for mips

Message ID 20220915132157.2132509-1-cuigaosheng1@huawei.com (mailing list archive)
Headers show
Series Remove orphan declarations for mips | expand

Message

cuigaosheng Sept. 15, 2022, 1:21 p.m. UTC
This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (7):
  MIPS: Loongson2ef: remove orphan sbx00_acpi_init() declaration
  MIPS: Octeon: remove orphan octeon_swiotlb declaration
  MIPS: Octeon: remove orphan cvmx_fpa_setup_pool() declaration
  MIPS: Octeon: remove orphan octeon_hal_setup_reserved32() declaration
  MIPS: IRQ: remove orphan declarations from arch/mips/include/asm/irq.h
  MIPS: remove orphan sni_cpu_time_init() declaration
  MIPS: AR7: remove orphan declarations from
    arch/mips/include/asm/mach-ar7/ar7.h

 arch/mips/include/asm/irq.h               |  2 --
 arch/mips/include/asm/mach-ar7/ar7.h      |  2 --
 arch/mips/include/asm/octeon/cvmx-fpa.h   | 20 --------------------
 arch/mips/include/asm/octeon/octeon.h     |  1 -
 arch/mips/include/asm/octeon/pci-octeon.h |  2 --
 arch/mips/include/asm/sni.h               |  3 ---
 arch/mips/loongson2ef/common/pci.c        |  2 --
 7 files changed, 32 deletions(-)

Comments

Thomas Bogendoerfer Sept. 19, 2022, 2:50 p.m. UTC | #1
On Thu, Sep 15, 2022 at 09:21:50PM +0800, Gaosheng Cui wrote:
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!
> 
> Gaosheng Cui (7):
>   MIPS: Loongson2ef: remove orphan sbx00_acpi_init() declaration
>   MIPS: Octeon: remove orphan octeon_swiotlb declaration
>   MIPS: Octeon: remove orphan cvmx_fpa_setup_pool() declaration
>   MIPS: Octeon: remove orphan octeon_hal_setup_reserved32() declaration
>   MIPS: IRQ: remove orphan declarations from arch/mips/include/asm/irq.h
>   MIPS: remove orphan sni_cpu_time_init() declaration
>   MIPS: AR7: remove orphan declarations from
>     arch/mips/include/asm/mach-ar7/ar7.h
> 
>  arch/mips/include/asm/irq.h               |  2 --
>  arch/mips/include/asm/mach-ar7/ar7.h      |  2 --
>  arch/mips/include/asm/octeon/cvmx-fpa.h   | 20 --------------------
>  arch/mips/include/asm/octeon/octeon.h     |  1 -
>  arch/mips/include/asm/octeon/pci-octeon.h |  2 --
>  arch/mips/include/asm/sni.h               |  3 ---
>  arch/mips/loongson2ef/common/pci.c        |  2 --
>  7 files changed, 32 deletions(-)

series applied to mips-next.

Thomas.