summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-04-04 15:08:06 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-04-04 15:08:06 +0000
commit9b9c127350b93fe963d02b30e446519be2222021 (patch)
tree7f82dbfce1e10c3bdf0cef04cd95c665797995e1 /sys
parentbd7040a137fcf34bad612e52527b2c4e9b82b186 (diff)
Remove unused #include.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/pci/pci_machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/pci_machdep.c b/sys/arch/amd64/pci/pci_machdep.c
index 5df71ab40c4..679e4b3fcda 100644
--- a/sys/arch/amd64/pci/pci_machdep.c
+++ b/sys/arch/amd64/pci/pci_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_machdep.c,v 1.22 2009/03/10 15:03:17 oga Exp $ */
+/* $OpenBSD: pci_machdep.c,v 1.23 2009/04/04 15:08:05 kettenis Exp $ */
/* $NetBSD: pci_machdep.c,v 1.3 2003/05/07 21:33:58 fvdl Exp $ */
/*-
@@ -79,7 +79,6 @@
#include <sys/systm.h>
#include <sys/errno.h>
#include <sys/device.h>
-#include <sys/lock.h>
#include <uvm/uvm_extern.h>