diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-15 16:39:11 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-03-17 00:10:52 +0300 |
commit | 3075b62d15df424b8e87447eb13e1604240293f2 (patch) | |
tree | 78307cc12ff3185b7dd2164cf843ce3d513584dc /drivers/ata/Makefile | |
parent | af27e01cfcfcdf7f45488e023b474eb6de5f732e (diff) | |
download | linux-3075b62d15df424b8e87447eb13e1604240293f2.tar.xz |
pata: remove the at91 driver
This driver is orphan since commit b2026f708e09 ("ARM: at91: remove
at91sam9260/at91sam9g20 legacy board support"). Given that nobody cared
adding DT support to it, it probably means it's no longer used and is
thus a good candidate for removal.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
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 89a0a1915d36..e29feb16bda1 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -91,7 +91,6 @@ obj-$(CONFIG_PATA_WINBOND) += pata_sl82c105.o # SFF PIO only obj-$(CONFIG_PATA_AT32) += pata_at32.o -obj-$(CONFIG_PATA_AT91) += pata_at91.o obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o obj-$(CONFIG_PATA_FALCON) += pata_falcon.o obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o |