summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-05-06 02:18:58 +0000
committernjl <njl@FreeBSD.org>2004-05-06 02:18:58 +0000
commit3d06d54b9db97b123021d64a12114bae36b0ba34 (patch)
treea600eb345bb061c03cc29102801fb73fbdbb7d5c /sys/dev/acpica/acpi_pcib.c
parentacc9e8e0229b8dac81acaa5690d2402389aab9f4 (diff)
downloadFreeBSD-src-3d06d54b9db97b123021d64a12114bae36b0ba34.zip
FreeBSD-src-3d06d54b9db97b123021d64a12114bae36b0ba34.tar.gz
Make unnecessary globals static and remove unused includes.
Pointed out by: cscout
Diffstat (limited to 'sys/dev/acpica/acpi_pcib.c')
-rw-r--r--sys/dev/acpica/acpi_pcib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c
index 3ba945c..ee6bd6f 100644
--- a/sys/dev/acpica/acpi_pcib.c
+++ b/sys/dev/acpica/acpi_pcib.c
@@ -38,9 +38,7 @@ __FBSDID("$FreeBSD$");
#include <dev/acpica/acpivar.h>
#include <dev/acpica/acpi_pcibvar.h>
-#include <machine/pci_cfgreg.h>
#include <dev/pci/pcivar.h>
-#include <dev/pci/pcib_private.h>
#include "pcib_if.h"
/* Hooks for the ACPI CA debugging infrastructure. */
OpenPOWER on IntegriCloud