diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-01-18 23:05:34 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-01-19 00:17:25 +0300 |
commit | 6590425218b9e8cedf6acd3dd903fb7a907937b7 (patch) | |
tree | 9c3391673cbe3a6c110a7c5d26ee280f6a9128e9 /drivers/ata/Makefile | |
parent | 7b7c1763725bfdb195763c3017a21ce785251d44 (diff) | |
download | linux-6590425218b9e8cedf6acd3dd903fb7a907937b7.tar.xz |
ata: remove pata_at32
Since AVR32 was removed, pata_at32 is unselectable/uncompilable.
Remove this driver.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.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 8daec3e657f8..f1f5a3fbc777 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -96,7 +96,6 @@ obj-$(CONFIG_PATA_VIA) += pata_via.o obj-$(CONFIG_PATA_WINBOND) += pata_sl82c105.o # SFF PIO only -obj-$(CONFIG_PATA_AT32) += pata_at32.o obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o obj-$(CONFIG_PATA_FALCON) += pata_falcon.o obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o |