diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-20 23:35:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-20 23:35:17 +0000 |
commit | a58f8e9edbed956ef5357c82ee5b2c3fc65ace14 (patch) | |
tree | 537291958925c4fe5dce081590ebef0ed2aad038 /sys/arch/alpha/pci | |
parent | 8ba397e904a28976d6f864a7c5f91f975783c0ba (diff) |
more misuse of user.h and sysctl.h
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r-- | sys/arch/alpha/pci/pci_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_machdep.c b/sys/arch/alpha/pci/pci_machdep.c index 60d316dd931..73c9a24fb40 100644 --- a/sys/arch/alpha/pci/pci_machdep.c +++ b/sys/arch/alpha/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.17 2007/11/03 10:09:03 martin Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.18 2010/04/20 23:35:16 deraadt Exp $ */ /* $NetBSD: pci_machdep.c,v 1.7 1996/11/19 04:57:32 cgd Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/device.h> #include <uvm/uvm_extern.h> #include <machine/cpu.h> -#include <sys/sysctl.h> #include <dev/isa/isavar.h> #include <dev/pci/pcireg.h> |