diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-11 12:13:10 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 12:46:35 +0400 |
commit | 40d158e61840fbbe23be3f37302a3ca237c15491 (patch) | |
tree | 0421101a49c3a8e639437a6fb8a162b2bcc077ea /arch/score/include/asm | |
parent | 605c912bb843c024b1ed173dc427cd5c08e5d54d (diff) | |
download | linux-40d158e61840fbbe23be3f37302a3ca237c15491.tar.bz2 |
consolidate io_remap_pfn_range definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/score/include/asm')
-rw-r--r-- | arch/score/include/asm/pgtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/score/include/asm/pgtable.h b/arch/score/include/asm/pgtable.h index 2fd469807683..db96ad9afc03 100644 --- a/arch/score/include/asm/pgtable.h +++ b/arch/score/include/asm/pgtable.h @@ -113,9 +113,6 @@ static inline pte_t pte_mkspecial(pte_t pte) { return pte; } #define pte_clear(mm, addr, xp) \ do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) -#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ - remap_pfn_range(vma, vaddr, pfn, size, prot) - /* * The "pgd_xxx()" functions here are trivial for a folded two-level * setup: the pgd is never bad, and a pmd always exists (as it's folded |