diff options
Diffstat (limited to 'arch/arm/include/asm/io.h')
-rw-r--r-- | arch/arm/include/asm/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index f11c35cf0b74..7a0596fcb2e7 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/include/asm/io.h | |||
@@ -30,7 +30,6 @@ | |||
30 | * ISA I/O bus memory addresses are 1:1 with the physical address. | 30 | * ISA I/O bus memory addresses are 1:1 with the physical address. |
31 | */ | 31 | */ |
32 | #define isa_virt_to_bus virt_to_phys | 32 | #define isa_virt_to_bus virt_to_phys |
33 | #define isa_page_to_bus page_to_phys | ||
34 | #define isa_bus_to_virt phys_to_virt | 33 | #define isa_bus_to_virt phys_to_virt |
35 | 34 | ||
36 | /* | 35 | /* |