aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300/virtconvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/virtconvert.h')
-rw-r--r--include/asm-h8300/virtconvert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-h8300/virtconvert.h b/include/asm-h8300/virtconvert.h
index ee7d5ea10065..19cfd62b11c3 100644
--- a/include/asm-h8300/virtconvert.h
+++ b/include/asm-h8300/virtconvert.h
@@ -10,8 +10,6 @@
#include <asm/setup.h>
#include <asm/page.h>
-#define mm_ptov(vaddr) ((void *) (vaddr))
-#define mm_vtop(vaddr) ((unsigned long) (vaddr))
#define phys_to_virt(vaddr) ((void *) (vaddr))
#define virt_to_phys(vaddr) ((unsigned long) (vaddr))