]> Pileus Git - ~andy/linux/blobdiff - arch/unicore32/include/asm/pgtable.h
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[~andy/linux] / arch / unicore32 / include / asm / pgtable.h
index 68b2f297ac97c902843aa4e7b172639ebe2c7c4d..233c25880df403390d0c191c97a486d3e02a1ae5 100644 (file)
@@ -303,13 +303,6 @@ extern pgd_t swapper_pg_dir[PTRS_PER_PGD];
 
 #include <asm-generic/pgtable.h>
 
-/*
- * remap a physical page `pfn' of size `size' with page protection `prot'
- * into virtual address `from'
- */
-#define io_remap_pfn_range(vma, from, pfn, size, prot) \
-               remap_pfn_range(vma, from, pfn, size, prot)
-
 #define pgtable_cache_init() do { } while (0)
 
 #endif /* !__ASSEMBLY__ */