Module Name: src
Committed By: skrll
Date: Tue Dec 19 09:39:55 UTC 2023
Modified Files:
src/sys/dev/pci: if_eqos_pci.c
Log Message:
Remove unnecessary #include
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_eqos_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_eqos_pci.c
diff -u src/sys/dev/pci/if_eqos_pci.c:1.3 src/sys/dev/pci/if_eqos_pci.c:1.4
--- src/sys/dev/pci/if_eqos_pci.c:1.3 Tue Oct 31 13:57:08 2023
+++ src/sys/dev/pci/if_eqos_pci.c Tue Dec 19 09:39:55 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: if_eqos_pci.c,v 1.3 2023/10/31 13:57:08 msaitoh Exp $ */
+/* $NetBSD: if_eqos_pci.c,v 1.4 2023/12/19 09:39:55 skrll Exp $ */
/*-
* Copyright (c) 2023 Masanobu SAITOH <[email protected]>
@@ -32,10 +32,8 @@
*
*/
-#include "opt_net_mpsafe.h"
-
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_eqos_pci.c,v 1.3 2023/10/31 13:57:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_eqos_pci.c,v 1.4 2023/12/19 09:39:55 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>