summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-05-04 02:33:32 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-05-04 02:33:32 +0000
commit8279b699f940340193b2c9cc385100168b137a19 (patch)
treeb91d1c60f7f26caccb2577f4ed02e8114b321a40 /sys/dev/pci/if_em.h
parent5ca247f114311d3d79c50c42c7460ff4633a3293 (diff)
remove #ifdef __OpenBSD__
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r--sys/dev/pci/if_em.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h
index 9cba360fa02..dafbe30d45f 100644
--- a/sys/dev/pci/if_em.h
+++ b/sys/dev/pci/if_em.h
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
/* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */
-/* $OpenBSD: if_em.h,v 1.10 2005/03/27 16:38:13 brad Exp $ */
+/* $OpenBSD: if_em.h,v 1.11 2005/05/04 02:33:31 brad Exp $ */
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_
@@ -271,9 +271,7 @@ typedef struct _DESCRIPTOR_PAIR
/* Our adapter structure */
struct em_softc {
-#ifdef __OpenBSD__
struct device sc_dv;
-#endif
struct arpcom interface_data;
struct em_softc *next;
struct em_softc *prev;