Module Name:    src
Committed By:   jmcneill
Date:           Sun Jan 12 11:55:26 UTC 2025

Modified Files:
        src/sys/dev/ic: bwi.c

Log Message:
bwi: Remove unnecessary pcivar.h include


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/bwi.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/ic/bwi.c
diff -u src/sys/dev/ic/bwi.c:1.38 src/sys/dev/ic/bwi.c:1.39
--- src/sys/dev/ic/bwi.c:1.38	Wed Jun 16 00:21:18 2021
+++ src/sys/dev/ic/bwi.c	Sun Jan 12 11:55:26 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: bwi.c,v 1.38 2021/06/16 00:21:18 riastradh Exp $	*/
+/*	$NetBSD: bwi.c,v 1.39 2025/01/12 11:55:26 jmcneill Exp $	*/
 /*	$OpenBSD: bwi.c,v 1.74 2008/02/25 21:13:30 mglocker Exp $	*/
 
 /*
@@ -48,7 +48,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.38 2021/06/16 00:21:18 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.39 2025/01/12 11:55:26 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/callout.h>
@@ -99,7 +99,6 @@ do {									\
 
 /* XXX temporary porting goop */
 #include <dev/pci/pcireg.h>
-#include <dev/pci/pcivar.h>
 #include <dev/pci/pcidevs.h>
 
 /* XXX does not belong here */

Reply via email to