]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm26/pgtable.h
Clean up mostly unused IOSPACE macros
[linux-2.6-omap-h63xx.git] / include / asm-arm26 / pgtable.h
index 63a8881fae13723a30e05d5f451707e5f1ad745f..2b20e9f08857483a100b81fd25751c732682d247 100644 (file)
@@ -297,10 +297,6 @@ static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot)
 #define io_remap_pfn_range(vma,from,pfn,size,prot) \
                remap_pfn_range(vma, from, pfn, size, prot)
 
-#define MK_IOSPACE_PFN(space, pfn)     (pfn)
-#define GET_IOSPACE(pfn)               0
-#define GET_PFN(pfn)                   (pfn)
-
 #endif /* !__ASSEMBLY__ */
 
 #endif /* _ASMARM_PGTABLE_H */