diff options
-rw-r--r-- | arch/unicore32/include/asm/io.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/unicore32/include/asm/io.h b/arch/unicore32/include/asm/io.h index 1a5c5a5eb39c..a75ad0b117cc 100644 --- a/arch/unicore32/include/asm/io.h +++ b/arch/unicore32/include/asm/io.h | |||
@@ -39,13 +39,6 @@ extern void __uc32_iounmap(volatile void __iomem *addr); | |||
39 | #define ioremap_cached(cookie, size) __uc32_ioremap_cached(cookie, size) | 39 | #define ioremap_cached(cookie, size) __uc32_ioremap_cached(cookie, size) |
40 | #define iounmap(cookie) __uc32_iounmap(cookie) | 40 | #define iounmap(cookie) __uc32_iounmap(cookie) |
41 | 41 | ||
42 | /* | ||
43 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem | ||
44 | * access | ||
45 | */ | ||
46 | #undef xlate_dev_mem_ptr | ||
47 | #define xlate_dev_mem_ptr(p) __va(p) | ||
48 | |||
49 | #define HAVE_ARCH_PIO_SIZE | 42 | #define HAVE_ARCH_PIO_SIZE |
50 | #define PIO_OFFSET (unsigned int)(PCI_IOBASE) | 43 | #define PIO_OFFSET (unsigned int)(PCI_IOBASE) |
51 | #define PIO_MASK (unsigned int)(IO_SPACE_LIMIT) | 44 | #define PIO_MASK (unsigned int)(IO_SPACE_LIMIT) |