summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-27 16:06:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-27 16:06:14 +0000
commit15795faa38abc8df1d1e6d6f6ead22fa0953908c (patch)
treed74ee3503a1acd7d9eaabeb09174572b6f2834a7 /sys
parente2000855aa4d304288ac920b238c927f6ab75e3d (diff)
kill a !__NetBSD__ ifdef which just confuses
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/athvar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/athvar.h b/sys/dev/ic/athvar.h
index ce5bd883a48..df265e6cadb 100644
--- a/sys/dev/ic/athvar.h
+++ b/sys/dev/ic/athvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athvar.h,v 1.31 2010/09/07 16:21:42 deraadt Exp $ */
+/* $OpenBSD: athvar.h,v 1.32 2011/04/27 16:06:13 deraadt Exp $ */
/* $NetBSD: athvar.h,v 1.10 2004/08/10 01:03:53 dyoung Exp $ */
/*-
@@ -260,9 +260,7 @@ struct ath_softc {
struct ath_desc *sc_desc; /* TX/RX descriptors */
bus_dma_segment_t sc_dseg;
-#ifndef __NetBSD__
int sc_dnseg; /* number of segments */
-#endif
bus_dmamap_t sc_ddmamap; /* DMA map for descriptors */
bus_addr_t sc_desc_paddr; /* physical addr of sc_desc */
bus_addr_t sc_desc_len; /* size of sc_desc */