aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx/include/mach/hardware.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2022-02-11 23:32:28 +0100
committerLinus Walleij <linus.walleij@linaro.org>2022-02-12 18:20:03 +0100
commit0ac230e413c8e5cada53320c063b9d84b336cd62 (patch)
tree028f87a6cc588060643856873e7d7c839987f4f8 /arch/arm/mach-ixp4xx/include/mach/hardware.h
parentARM: ixp4xx: Delete the Goramo MLR boardfile (diff)
downloadlinux-dev-0ac230e413c8e5cada53320c063b9d84b336cd62.tar.xz
linux-dev-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.h6
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"