From a4e8fc45cdc51ed5698e4b5724390b4d00f98d0f Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 27 Jun 1998 02:16:23 +0000 Subject: [PATCH] Nuke the _cookie member of the bus_dma_tag_t; it's not used by anything. --- sys/arch/arm32/include/bus.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/arm32/include/bus.h b/sys/arch/arm32/include/bus.h index 898ffa7f4ce3..fd2014675662 100644 --- a/sys/arch/arm32/include/bus.h +++ b/sys/arch/arm32/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.10 1998/06/27 02:13:39 thorpej Exp $ */ +/* $NetBSD: bus.h,v 1.11 1998/06/27 02:16:23 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -646,8 +646,6 @@ typedef struct arm32_bus_dma_segment bus_dma_segment_t; */ struct arm32_bus_dma_tag { - void *_cookie; /* cookie used in the guts */ - /* * DMA mapping methods. */