diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:33:19 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:33:19 +0000 |
commit | b238270dddbb603abdcb5fae288b7375b2f740d2 (patch) | |
tree | 79eab072da0ae873bf925e461e2a420f0c043721 /sys/dev/ic/elink3.c | |
parent | 450fca0992b8f4f570cdc58cd3a895fc87cf111a (diff) |
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
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> |