summaryrefslogtreecommitdiff
path: root/arch/arm/mach-integrator/pci_v3.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-01-10 15:43:37 +0300
committerLinus Walleij <linus.walleij@linaro.org>2017-09-28 00:20:22 +0300
commit70f8e9cc2362bbbd9ba482dcfa2245bd18c700ba (patch)
tree65bece4f1ec83118a1ea395931500feacef32bd1 /arch/arm/mach-integrator/pci_v3.h
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff)
downloadlinux-70f8e9cc2362bbbd9ba482dcfa2245bd18c700ba.tar.xz
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/pci_v3.h')
-rw-r--r--arch/arm/mach-integrator/pci_v3.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-integrator/pci_v3.h b/arch/arm/mach-integrator/pci_v3.h
deleted file mode 100644
index 06a9e2e7d007..000000000000
--- a/arch/arm/mach-integrator/pci_v3.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Simple oneliner include to the PCIv3 early init */
-#ifdef CONFIG_PCI
-extern int pci_v3_early_init(void);
-#else
-static inline int pci_v3_early_init(void)
-{
- return 0;
-}
-#endif