aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-09-01 21:51:26 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-01 21:51:26 -0700
commita7a6cac204147634aba7487e4d618b028ff54c0d (patch)
tree8c68a738984d823a830e95c72fd3df4d6c4dc6f6 /include/asm-sparc
parent8a36895c0ddac143b7f0e87d46153f4f75d9fff7 (diff)
downloadlinux-a7a6cac204147634aba7487e4d618b028ff54c0d.tar.gz
[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-sparc')
-rw-r--r--include/asm-sparc/pgtable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sparc/pgtable.h b/include/asm-sparc/pgtable.h
index 40ed30a2b7c6f..8f4f6a9596513 100644
--- a/include/asm-sparc/pgtable.h
+++ b/include/asm-sparc/pgtable.h
@@ -435,9 +435,6 @@ extern unsigned long *sparc_valid_addr_bitmap;
#define kern_addr_valid(addr) \
(test_bit(__pa((unsigned long)(addr))>>20, sparc_valid_addr_bitmap))
-extern int io_remap_page_range(struct vm_area_struct *vma,
- unsigned long from, unsigned long to,
- 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);