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

Commit 4b34f7d6 authored by Russell King's avatar Russell King
Browse files

ARM: io: remove IO_SPACE_LIMIT from platforms without PCI/ISA



Nothing should be using PCI/ISA IO on these platforms, so their
IO_SPACE_LIMIT definitions are irrelevent.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent deb9a75e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,6 @@
#ifndef __ASM_ARM_ARCH_IO_H
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H


#define IO_SPACE_LIMIT 0xffffffff

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