aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn/dmamap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/sn/dmamap.h')
-rw-r--r--include/asm-ia64/sn/dmamap.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-ia64/sn/dmamap.h b/include/asm-ia64/sn/dmamap.h
index 6f56cac7f86ac4..2f34eda46bf75e 100644
--- a/include/asm-ia64/sn/dmamap.h
+++ b/include/asm-ia64/sn/dmamap.h
@@ -4,7 +4,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1992 - 1997, 2000-2001 Silicon Graphics, Inc. All rights reserved.
+ * Copyright (C) 1992-1997,2000-2003 Silicon Graphics, Inc. All rights reserved.
*/
#ifndef _ASM_IA64_SN_DMAMAP_H
#define _ASM_IA64_SN_DMAMAP_H
@@ -54,9 +54,6 @@ extern void dma_mapfree(dmamap_t *);
extern int dma_map(dmamap_t *, caddr_t, int);
extern int dma_map2(dmamap_t *, caddr_t, caddr_t, int);
extern paddr_t dma_mapaddr(dmamap_t *, caddr_t);
-#ifdef LATER
-extern int dma_mapbp(dmamap_t *, buf_t *, int);
-#endif
extern int dma_map_alenlist(dmamap_t *, struct alenlist_s *, size_t);
extern uint ev_kvtoiopnum(caddr_t);