diff options
Diffstat (limited to 'include/asm-ppc/pgtable.h')
-rw-r--r-- | include/asm-ppc/pgtable.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/pgtable.h b/include/asm-ppc/pgtable.h index b1fdbf40dba2..bed452d4a5f0 100644 --- a/include/asm-ppc/pgtable.h +++ b/include/asm-ppc/pgtable.h | |||
@@ -827,10 +827,6 @@ static inline int io_remap_pfn_range(struct vm_area_struct *vma, | |||
827 | remap_pfn_range(vma, vaddr, pfn, size, prot) | 827 | remap_pfn_range(vma, vaddr, pfn, size, prot) |
828 | #endif | 828 | #endif |
829 | 829 | ||
830 | #define MK_IOSPACE_PFN(space, pfn) (pfn) | ||
831 | #define GET_IOSPACE(pfn) 0 | ||
832 | #define GET_PFN(pfn) (pfn) | ||
833 | |||
834 | /* | 830 | /* |
835 | * No page table caches to initialise | 831 | * No page table caches to initialise |
836 | */ | 832 | */ |