diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-02-11 23:32:28 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-02-12 18:20:03 +0100 |
commit | 0ac230e413c8e5cada53320c063b9d84b336cd62 (patch) | |
tree | 028f87a6cc588060643856873e7d7c839987f4f8 /arch/arm/mach-ixp4xx/include/mach/hardware.h | |
parent | 3e96dcfb96e80d2f7f1edb6a1ac81b12de996fa8 (diff) | |
download | linux-0ac230e413c8e5cada53320c063b9d84b336cd62.tar.gz linux-0ac230e413c8e5cada53320c063b9d84b336cd62.tar.bz2 linux-0ac230e413c8e5cada53320c063b9d84b336cd62.zip |
ARM: ixp4xx: Delete old PCI driver
We are just using the new PCI driver in the proper PCI host
drivers folder: drivers/pci/controller/pci-ixp4xx.c.
The new driver does not support indirect PCI but it has
turned out noone is using this. If the feature is desired
we have ways to implement it, suggested by John Linville.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220211223238.648934-4-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ixp4xx/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-ixp4xx/include/mach/hardware.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-ixp4xx/include/mach/hardware.h b/arch/arm/mach-ixp4xx/include/mach/hardware.h index b2b7301ce503..41f28fb8e63f 100644 --- a/arch/arm/mach-ixp4xx/include/mach/hardware.h +++ b/arch/arm/mach-ixp4xx/include/mach/hardware.h @@ -13,12 +13,6 @@ #ifndef __ASM_ARCH_HARDWARE_H__ #define __ASM_ARCH_HARDWARE_H__ -#ifdef CONFIG_IXP4XX_INDIRECT_PCI -#define PCIBIOS_MAX_MEM 0x4FFFFFFF -#else -#define PCIBIOS_MAX_MEM 0x4BFFFFFF -#endif - /* Register locations and bits */ #include "ixp4xx-regs.h" |