diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-06 01:36:30 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 10:41:01 -0800 |
commit | 870b8f8c43d000bb321b42a12212facc1087a748 (patch) | |
tree | 62870e2d8608887b8f7892049787f78edc3b8549 /include/asm-v850/io.h | |
parent | 7b892806b09dca77db8ef6acbb6c51271578d34d (diff) | |
download | linux-stable-870b8f8c43d000bb321b42a12212facc1087a748.tar.gz linux-stable-870b8f8c43d000bb321b42a12212facc1087a748.tar.bz2 linux-stable-870b8f8c43d000bb321b42a12212facc1087a748.zip |
remove mm_{ptov,vtop}()
This patch removes the unused mm_{ptov,vtop}().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Bryan Wu <bryan.wu@analog.com>
Cc: Miles Bader <miles.bader@necel.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-v850/io.h')
-rw-r--r-- | include/asm-v850/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-v850/io.h b/include/asm-v850/io.h index cc364fcbec10..cdad251fba9f 100644 --- a/include/asm-v850/io.h +++ b/include/asm-v850/io.h @@ -122,8 +122,6 @@ outsl (unsigned long port, const void *src, unsigned long count) #endif /* Conversion between virtual and physical mappings. */ -#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)) |