summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_alc.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2016-03-15 16:45:53 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2016-03-15 16:45:53 +0000
commite371e259408afe8488acbc8c9eed71b6a477d721 (patch)
tree7e68985893af811059c12e9c43692a349704fe07 /sys/dev/pci/if_alc.c
parent753383e402644c8b44fe27ce8e2c13e719e16f0a (diff)
Ethernet drivers no longer need to include if_vlan_var.h for the VLAN
definitions; ok mpi@
Diffstat (limited to 'sys/dev/pci/if_alc.c')
-rw-r--r--sys/dev/pci/if_alc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_alc.c b/sys/dev/pci/if_alc.c
index c7452555726..f4bdbd2364e 100644
--- a/sys/dev/pci/if_alc.c
+++ b/sys/dev/pci/if_alc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_alc.c,v 1.37 2015/11/25 03:09:59 dlg Exp $ */
+/* $OpenBSD: if_alc.c,v 1.38 2016/03/15 16:45:52 naddy Exp $ */
/*-
* Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
@@ -52,8 +52,6 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
-#include <net/if_vlan_var.h>
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif