diff options
Diffstat (limited to 'sys/dev/ic/elink3.c')
-rw-r--r-- | sys/dev/ic/elink3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 726adc476bd..7079d7cfb06 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.89 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: elink3.c,v 1.90 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -46,7 +46,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_types.h> #include <net/netisr.h> #include <net/if_media.h> |