projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deb9a75
)
ARM: io: remove IO_SPACE_LIMIT from platforms without PCI/ISA
author
Russell King
<
[email protected]
>
Wed, 6 Jul 2011 11:55:41 +0000
(12:55 +0100)
committer
Russell King
<
[email protected]
>
Wed, 17 Aug 2011 07:44:17 +0000
(08:44 +0100)
Nothing should be using PCI/ISA IO on these platforms, so their
IO_SPACE_LIMIT definitions are irrelevent.
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-vexpress/include/mach/io.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-vexpress/include/mach/io.h
b/arch/arm/mach-vexpress/include/mach/io.h
index 748bb524ee716ed2e5f0ba5b7105b5e1ab6b25d5..13522d86685e2daa5f77bbe2d37c12d30e8e0ddc 100644
(file)
--- a/
arch/arm/mach-vexpress/include/mach/io.h
+++ b/
arch/arm/mach-vexpress/include/mach/io.h
@@
-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)