mbox series

[0/3] Remove unused declarations for arm

Message ID 20220914034615.1240860-1-cuigaosheng1@huawei.com
Headers show
Series Remove unused declarations for arm | expand

Message

Gaosheng Cui Sept. 14, 2022, 3:46 a.m. UTC
This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (3):
  ARM: OMAP2+: remove orphan declarations from omap2
  ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
  ARM: ftrace: remove unused ftrace_graph_caller_old() declaration

 arch/arm/kernel/ftrace.c                     | 1 -
 arch/arm/mach-omap2/common.h                 | 3 ---
 arch/arm/mach-omap2/omap_hwmod.h             | 3 ---
 arch/arm/mach-omap2/omap_hwmod_common_data.h | 1 -
 arch/arm/mach-omap2/omap_opp_data.h          | 5 -----
 arch/arm/mach-omap2/serial.h                 | 3 ---
 arch/arm/mach-omap2/usb.h                    | 1 -
 arch/arm/mach-s3c/devs.h                     | 2 --
 8 files changed, 19 deletions(-)

Comments

Mark Brown Sept. 14, 2022, 9:18 a.m. UTC | #1
On Wed, Sep 14, 2022 at 11:46:14AM +0800, Gaosheng Cui wrote:
> s3c64xx_device_spi1 and s3c64xx_device_spi2 were removed by
> commit f1ba938e4f98 ("spi: s3c64xx: Delete unused boardfile
> helpers"), so remove the declaration, too.

Reviewed-by: Mark Brown <broonie@kernel.org>