diff mbox series

[2/3] ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h

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

Commit Message

Gaosheng Cui Sept. 14, 2022, 3:46 a.m. UTC
s3c64xx_device_spi1 and s3c64xx_device_spi2 were removed by
commit f1ba938e4f98 ("spi: s3c64xx: Delete unused boardfile
helpers"), so remove the declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/arm/mach-s3c/devs.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Krzysztof Kozlowski Sept. 19, 2022, 10:19 a.m. UTC | #1
On Wed, 14 Sep 2022 11:46:14 +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.
> 
> 

Applied, thanks!

[2/3] ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
      https://git.kernel.org/krzk/linux/c/45c2bd1f61875fcda24937da9b0ff0d0ff8139ff

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/mach-s3c/devs.h b/arch/arm/mach-s3c/devs.h
index 02b0c5750572..991b9b2006a1 100644
--- a/arch/arm/mach-s3c/devs.h
+++ b/arch/arm/mach-s3c/devs.h
@@ -33,8 +33,6 @@  extern struct platform_device s3c64xx_device_onenand1;
 extern struct platform_device s3c64xx_device_pcm0;
 extern struct platform_device s3c64xx_device_pcm1;
 extern struct platform_device s3c64xx_device_spi0;
-extern struct platform_device s3c64xx_device_spi1;
-extern struct platform_device s3c64xx_device_spi2;
 
 extern struct platform_device s3c_device_adc;
 extern struct platform_device s3c_device_cfcon;