aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/pgtable.h')
-rw-r--r--include/asm-h8300/pgtable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-h8300/pgtable.h b/include/asm-h8300/pgtable.h
index ddd07f485dd8..a09230a08e02 100644
--- a/include/asm-h8300/pgtable.h
+++ b/include/asm-h8300/pgtable.h
@@ -55,10 +55,6 @@ extern int is_in_rom(unsigned long);
55#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ 55#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \
56 remap_pfn_range(vma, vaddr, pfn, size, prot) 56 remap_pfn_range(vma, vaddr, pfn, size, prot)
57 57
58#define MK_IOSPACE_PFN(space, pfn) (pfn)
59#define GET_IOSPACE(pfn) 0
60#define GET_PFN(pfn) (pfn)
61
62/* 58/*
63 * All 32bit addresses are effectively valid for vmalloc... 59 * All 32bit addresses are effectively valid for vmalloc...
64 * Sort of meaningless for non-VM targets. 60 * Sort of meaningless for non-VM targets.