summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/io.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-04-16 09:41:07 +0200
committerMichal Simek <monstr@monstr.eu>2010-05-06 11:21:58 +0200
commite7682231092d1d1dd49bc590d6d3b7f0ddc07e74 (patch)
treed12df03e944bdee450a17d8fcdf924bab23c6751 /arch/microblaze/include/asm/io.h
parent63f1032b97638fc2b023fa968b7703c8ebe6d6d9 (diff)
downloadop-kernel-dev-e7682231092d1d1dd49bc590d6d3b7f0ddc07e74.zip
op-kernel-dev-e7682231092d1d1dd49bc590d6d3b7f0ddc07e74.tar.gz
microblaze: Remove ancient code
I found several function which we don't use that's why I am removing them. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/io.h')
-rw-r--r--arch/microblaze/include/asm/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h
index e45a6ee..00b5398 100644
--- a/arch/microblaze/include/asm/io.h
+++ b/arch/microblaze/include/asm/io.h
@@ -139,8 +139,6 @@ static inline void writel(unsigned int v, volatile void __iomem *addr)
#ifdef CONFIG_MMU
-#define mm_ptov(addr) ((void *)__phys_to_virt(addr))
-#define mm_vtop(addr) ((unsigned long)__virt_to_phys(addr))
#define phys_to_virt(addr) ((void *)__phys_to_virt(addr))
#define virt_to_phys(addr) ((unsigned long)__virt_to_phys(addr))
#define virt_to_bus(addr) ((unsigned long)__virt_to_phys(addr))
OpenPOWER on IntegriCloud