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/ichiic.c | |
parent | b1315fc8adcfaf96e97588fc9cfdf893743be325 (diff) |
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/ichiic.c')
-rw-r--r-- | sys/dev/pci/ichiic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c index 668ed4b343b..b732aba3ca3 100644 --- a/sys/dev/pci/ichiic.c +++ b/sys/dev/pci/ichiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichiic.c,v 1.23 2009/10/27 23:18:32 sthen Exp $ */ +/* $OpenBSD: ichiic.c,v 1.24 2010/04/08 00:23:53 tedu Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -25,7 +25,6 @@ #include <sys/device.h> #include <sys/kernel.h> #include <sys/rwlock.h> -#include <sys/proc.h> #include <machine/bus.h> |