summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2021-09-10 14:43:04 +0000
committerjakllsch <jakllsch@NetBSD.org>2021-09-10 14:43:04 +0000
commit91c74c40c1d707fb4777945b7fa1c2ef66e26bfc (patch)
treec428095e62d8f7cc0ff1678aaf1f222f370ab211 /sys
parent50ecc37cd4a34c3a87e0ff82c64d7cbb1c160e54 (diff)
No need to #include "vlan.h", as NVLAN is not used in these drivers now.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_bce.c6
-rw-r--r--sys/dev/pci/if_et.c5
2 files changed, 4 insertions, 7 deletions
diff --git a/sys/dev/pci/if_bce.c b/sys/dev/pci/if_bce.c
index 7438d3b2fc2..c707a44b48b 100644
--- a/sys/dev/pci/if_bce.c
+++ b/sys/dev/pci/if_bce.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bce.c,v 1.58 2020/02/07 00:04:28 thorpej Exp $ */
+/* $NetBSD: if_bce.c,v 1.59 2021/09/10 14:43:04 jakllsch Exp $ */
/*
* Copyright (c) 2003 Clifford Wright. All rights reserved.
@@ -35,9 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.58 2020/02/07 00:04:28 thorpej Exp $");
-
-#include "vlan.h"
+__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.59 2021/09/10 14:43:04 jakllsch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/pci/if_et.c b/sys/dev/pci/if_et.c
index 0b49ebaf80c..f3d07535eb0 100644
--- a/sys/dev/pci/if_et.c
+++ b/sys/dev/pci/if_et.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_et.c,v 1.33 2021/05/08 00:27:02 thorpej Exp $ */
+/* $NetBSD: if_et.c,v 1.34 2021/09/10 14:43:04 jakllsch Exp $ */
/* $OpenBSD: if_et.c,v 1.12 2008/07/11 09:29:02 kevlo $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -37,10 +37,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_et.c,v 1.33 2021/05/08 00:27:02 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_et.c,v 1.34 2021/09/10 14:43:04 jakllsch Exp $");
#include "opt_inet.h"
-#include "vlan.h"
#include <sys/param.h>
#include <sys/endian.h>