summaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-30 14:01:02 +0300
committerArnd Bergmann <arnd@arndb.de>2023-01-16 11:26:06 +0300
commitd06dd30beb25b273d477a10ea204f595144c1174 (patch)
tree9db6e2cca25537ff3c197b471423b36bac471e97 /drivers/ata/Makefile
parent4e9f616c002607874dedcef0750e8f473ac00a47 (diff)
downloadlinux-d06dd30beb25b273d477a10ea204f595144c1174.tar.xz
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