diff options
Diffstat (limited to 'arch/alpha/include/asm/io.h')
-rw-r--r-- | arch/alpha/include/asm/io.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h index ccf9d65166bb..af2c0063dc75 100644 --- a/arch/alpha/include/asm/io.h +++ b/arch/alpha/include/asm/io.h | |||
@@ -93,11 +93,6 @@ static inline void * phys_to_virt(unsigned long address) | |||
93 | 93 | ||
94 | #define page_to_phys(page) page_to_pa(page) | 94 | #define page_to_phys(page) page_to_pa(page) |
95 | 95 | ||
96 | static inline dma_addr_t __deprecated isa_page_to_bus(struct page *page) | ||
97 | { | ||
98 | return page_to_phys(page); | ||
99 | } | ||
100 | |||
101 | /* Maximum PIO space address supported? */ | 96 | /* Maximum PIO space address supported? */ |
102 | #define IO_SPACE_LIMIT 0xffff | 97 | #define IO_SPACE_LIMIT 0xffff |
103 | 98 | ||