diff options
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r-- | sys/dev/pci/if_em.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index 40a8ef4d47f..1761affe25a 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.62 2016/01/07 03:56:03 dlg Exp $ */ +/* $OpenBSD: if_em.h,v 1.63 2016/01/07 04:21:36 dlg Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -310,7 +310,7 @@ typedef struct _DESCRIPTOR_PAIR /* Our adapter structure */ struct em_softc { - struct device sc_dv; + struct device sc_dev; struct arpcom interface_data; struct em_hw hw; |