diff options
author | David S. Miller <davem@davemloft.net> | 2005-09-01 21:51:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-09-01 21:51:26 -0700 |
commit | a7a6cac204147634aba7487e4d618b028ff54c0d (patch) | |
tree | 8c68a738984d823a830e95c72fd3df4d6c4dc6f6 /include/asm-sparc64/pgtable.h | |
parent | 8a36895c0ddac143b7f0e87d46153f4f75d9fff7 (diff) |
[SPARC]: Kill io_remap_page_range()
It's been deprecated long enough and there are no in-tree
users any longer.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/pgtable.h')
-rw-r--r-- | include/asm-sparc64/pgtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h index 1ae00c5087f1..a2b4f5ed4625 100644 --- a/include/asm-sparc64/pgtable.h +++ b/include/asm-sparc64/pgtable.h @@ -410,9 +410,6 @@ extern unsigned long *sparc64_valid_addr_bitmap; #define kern_addr_valid(addr) \ (test_bit(__pa((unsigned long)(addr))>>22, sparc64_valid_addr_bitmap)) -extern int io_remap_page_range(struct vm_area_struct *vma, unsigned long from, - unsigned long offset, - unsigned long size, pgprot_t prot, int space); extern int io_remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot); |