summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-11-24 13:33:19 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-11-24 13:33:19 +0000
commitb238270dddbb603abdcb5fae288b7375b2f740d2 (patch)
tree79eab072da0ae873bf925e461e2a420f0c043721 /sys/dev/pci/if_iwn.c
parent450fca0992b8f4f570cdc58cd3a895fc87cf111a (diff)
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Diffstat (limited to 'sys/dev/pci/if_iwn.c')
-rw-r--r--sys/dev/pci/if_iwn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwn.c b/sys/dev/pci/if_iwn.c
index 9a1d3edbdc4..ff4693a698a 100644
--- a/sys/dev/pci/if_iwn.c
+++ b/sys/dev/pci/if_iwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwn.c,v 1.146 2015/11/04 12:11:59 dlg Exp $ */
+/* $OpenBSD: if_iwn.c,v 1.147 2015/11/24 13:33:17 mpi Exp $ */
/*-
* Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -48,7 +48,6 @@
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>
-#include <net/if_types.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>