diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-10 13:43:37 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-09-27 23:20:22 +0200 |
commit | 70f8e9cc2362bbbd9ba482dcfa2245bd18c700ba (patch) | |
tree | 65bece4f1ec83118a1ea395931500feacef32bd1 /arch/arm/mach-integrator/Makefile | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
download | linux-70f8e9cc2362bbbd9ba482dcfa2245bd18c700ba.tar.bz2 |
ARM: integrator: Delete the V3 PCI driver
Before adding a proper PCI driver in drivers/pci/host, clean out
the cruft by deleting the old driver from the machine.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/Makefile')
-rw-r--r-- | arch/arm/mach-integrator/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/Makefile b/arch/arm/mach-integrator/Makefile index 1ebe45356b09..99b63946b61e 100644 --- a/arch/arm/mach-integrator/Makefile +++ b/arch/arm/mach-integrator/Makefile @@ -7,6 +7,4 @@ obj-y := core.o lm.o obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o - -obj-$(CONFIG_PCI) += pci_v3.o obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o |