Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv1395
Modified Files:
types.h
Log Message:
We don't have 64-bit DMA addresses
Index: types.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/types.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- types.h 20 May 2002 00:33:39 -0000 1.3
+++ types.h 18 Jul 2002 23:45:21 -0000 1.4
@@ -46,7 +46,6 @@
/* DMA addresses come in generic and 64-bit flavours. */
typedef u32 dma_addr_t;
-typedef u64 dma64_addr_t;
#endif /* __KERNEL__ */
|