diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-ppc/dma.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-ppc/dma.h')
-rw-r--r-- | include/asm-ppc/dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/dma.h b/include/asm-ppc/dma.h index 9e6608d54..ca609062e 100644 --- a/include/asm-ppc/dma.h +++ b/include/asm-ppc/dma.h @@ -7,6 +7,7 @@ /* * Note: Adapted for PowerPC by Gary Thomas + * Modified by Cort Dougan <cort@cs.nmt.edu> * * There may be some comments or restrictions made here which are * not valid for the PowerPC (PreP) platform. Take what you read @@ -292,7 +293,6 @@ static __inline__ int get_dma_residue(unsigned int dmanr) /* These are in kernel/dma.c: */ -/*extern int request_dma(unsigned int dmanr, char * device_id);*/ /* reserve a DMA channel */ extern void free_dma(unsigned int dmanr); /* release it again */ |