diff options
author | Gaosheng Cui <[email protected]> | 2022-09-26 12:43:54 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-09-28 22:31:23 +0200 |
commit | c1ce7edcb69b61ea06c317e177518ab6bea7453a (patch) | |
tree | efc3b18d8ceee19c5f614b096cbb496d98c1b041 | |
parent | a4d1846512e12f9e84be63b3f2f2165e4d0d2d1e (diff) |
ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
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]>
-rw-r--r-- | arch/arm/mach-s3c/devs.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |