diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-08 00:23:55 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-08 00:23:55 +0000 |
commit | a4306ab7d8473e6ba6e762a1eff29a636a589c61 (patch) | |
tree | 047386596aafe5d8890ba1ff657e808932f8d1d1 /sys/dev/pci/pccbb.c | |
parent | b1315fc8adcfaf96e97588fc9cfdf893743be325 (diff) |
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/pccbb.c')
-rw-r--r-- | sys/dev/pci/pccbb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c index e0475ead48e..b9ec92b009e 100644 --- a/sys/dev/pci/pccbb.c +++ b/sys/dev/pci/pccbb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccbb.c,v 1.74 2010/03/27 21:40:13 jsg Exp $ */ +/* $OpenBSD: pccbb.c,v 1.75 2010/04/08 00:23:53 tedu Exp $ */ /* $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/syslog.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/proc.h> #include <machine/intr.h> #include <machine/bus.h> |