diff options
author | 2009-04-04 15:08:05 +0000 | |
---|---|---|
committer | 2009-04-04 15:08:05 +0000 | |
commit | 3140a38212206e69739b0b983ea1dd6736e302da (patch) | |
tree | 6eea424d2bcd9d878fbbc6ee86af9f33be0a707f | |
parent | make bus_dmamap_load_raw respect the constraints of the dmamap we're (diff) | |
download | wireguard-openbsd-3140a38212206e69739b0b983ea1dd6736e302da.tar.xz wireguard-openbsd-3140a38212206e69739b0b983ea1dd6736e302da.zip |
Remove unused #include.
-rw-r--r-- | sys/arch/amd64/pci/pci_machdep.c | 3 |
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> |