]> Git Repo - linux.git/commitdiff
ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
authorGaosheng Cui <[email protected]>
Mon, 26 Sep 2022 10:43:54 +0000 (12:43 +0200)
committerArnd Bergmann <[email protected]>
Wed, 28 Sep 2022 20:31:23 +0000 (22:31 +0200)
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 <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/mach-s3c/devs.h

index 02b0c5750572936ef17152a605cc6cdaaebbc258..991b9b2006a1818de700151d863bdd81bb95bec0 100644 (file)
@@ -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;
This page took 0.285287 seconds and 4 git commands to generate.