aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2022-09-30 13:01:02 +0200
committerGravatar Arnd Bergmann <arnd@arndb.de> 2023-01-16 09:26:06 +0100
commitd06dd30beb25b273d477a10ea204f595144c1174 (patch)
tree9db6e2cca25537ff3c197b471423b36bac471e97 /drivers/ata/Makefile
parenthwmon: remove s3c driver (diff)
downloadlinux-d06dd30beb25b273d477a10ea204f595144c1174.tar.gz
linux-d06dd30beb25b273d477a10ea204f595144c1174.tar.bz2
linux-d06dd30beb25b273d477a10ea204f595144c1174.zip
pata: remove samsung_cf driver
This device was only used by the smdk6410 board file that is now gone, so the driver can be removed as well. Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru> Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index d2e36d367274..0a863e7f3c60 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -110,7 +110,6 @@ obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o
obj-$(CONFIG_PATA_OF_PLATFORM) += pata_of_platform.o
obj-$(CONFIG_PATA_RB532) += pata_rb532_cf.o
obj-$(CONFIG_PATA_RZ1000) += pata_rz1000.o
-obj-$(CONFIG_PATA_SAMSUNG_CF) += pata_samsung_cf.o
obj-$(CONFIG_PATA_PXA) += pata_pxa.o