Nuke the _cookie member of the bus_dma_tag_t; it's not used by anything.
This commit is contained in:
parent
06f1469055
commit
a4e8fc45cd
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user