Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba81f502 authored by Russell King's avatar Russell King
Browse files

ARM: Versatile Express: add NO_IOPORT



On Versatile Express, the PCI Express buses are broken and unusable, so
we aren't going to support PCI/ISA IO cycles on this platform.  Remove
the PCI/ISA IO inb et.al. support for this platform.

Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5936d116
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -313,6 +313,7 @@ config ARCH_VEXPRESS
	select HAVE_CLK
	select HAVE_PATA_PLATFORM
	select ICST
	select NO_IOPORT
	select PLAT_VERSATILE
	select PLAT_VERSATILE_CLCD
	help
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H

#define __io(a)		__typesafe_io(a)
#define __mem_pci(a)	(a)

#endif