diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 14:01:02 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 11:26:06 +0300 |
commit | d06dd30beb25b273d477a10ea204f595144c1174 (patch) | |
tree | 9db6e2cca25537ff3c197b471423b36bac471e97 /drivers/ata/Makefile | |
parent | 4e9f616c002607874dedcef0750e8f473ac00a47 (diff) | |
download | linux-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/Makefile | 1 |
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 |