diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-10 14:21:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-10 14:21:21 +0000 |
commit | ec89b2b4961e5c242e7e170c95f13ca1fa4b6f63 (patch) | |
tree | d6731a4134747188b5918366c78cc13effd8ac0f /sys/dev/pci/ahci_pci.c | |
parent | ebe9203ff413e7791631a86e14e426d2976fc7c0 (diff) |
remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg
Diffstat (limited to 'sys/dev/pci/ahci_pci.c')
-rw-r--r-- | sys/dev/pci/ahci_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ahci_pci.c b/sys/dev/pci/ahci_pci.c index 32f06066e68..3d1a7703f45 100644 --- a/sys/dev/pci/ahci_pci.c +++ b/sys/dev/pci/ahci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci_pci.c,v 1.5 2014/04/14 04:42:22 dlg Exp $ */ +/* $OpenBSD: ahci_pci.c,v 1.6 2014/07/10 14:21:20 deraadt Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -161,7 +161,6 @@ int ahci_pci_detach(struct device *, int); int ahci_pci_activate(struct device *, int); #ifdef HIBERNATE -#include <uvm/uvm_extern.h> #include <sys/hibernate.h> #include <sys/disk.h> #include <sys/disklabel.h> |