diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 13:22:04 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:06 +0100 |
commit | c9dcd56feb820d50d1bbd52c135caa4e628e4762 (patch) | |
tree | 9647d88941485b26cce3da4f94ee9d63cb50c1fa /drivers/spi/Makefile | |
parent | pinctrl: remove s3c24xx driver (diff) | |
download | linux-c9dcd56feb820d50d1bbd52c135caa4e628e4762.tar.xz linux-c9dcd56feb820d50d1bbd52c135caa4e628e4762.zip |
spi: remove s3c24xx driver
The s3c24xx platform was removed,s o there are no remaining users
for its spi driver.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 9d33163adb70..12648f75a919 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -111,8 +111,6 @@ obj-$(CONFIG_SPI_RB4XX) += spi-rb4xx.o obj-$(CONFIG_MACH_REALTEK_RTL) += spi-realtek-rtl.o obj-$(CONFIG_SPI_RPCIF) += spi-rpc-if.o obj-$(CONFIG_SPI_RSPI) += spi-rspi.o -obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o -spi-s3c24xx-hw-y := spi-s3c24xx.o obj-$(CONFIG_SPI_S3C64XX) += spi-s3c64xx.o obj-$(CONFIG_SPI_SC18IS602) += spi-sc18is602.o obj-$(CONFIG_SPI_SH) += spi-sh.o |