Skip to content

Commit

Permalink
ARM: io: remove IO_SPACE_LIMIT from platforms without PCI/ISA
Browse files Browse the repository at this point in the history
Nothing should be using PCI/ISA IO on these platforms, so their
IO_SPACE_LIMIT definitions are irrelevent.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 17, 2011
1 parent deb9a75 commit 4b34f7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-vexpress/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H

#define IO_SPACE_LIMIT 0xffffffff

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

Expand Down

0 comments on commit 4b34f7d

Please sign in to comment.