summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:23:55 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:23:55 +0000
commita4306ab7d8473e6ba6e762a1eff29a636a589c61 (patch)
tree047386596aafe5d8890ba1ff657e808932f8d1d1 /sys/dev/pci/hifn7751.c
parentb1315fc8adcfaf96e97588fc9cfdf893743be325 (diff)
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/hifn7751.c')
-rw-r--r--sys/dev/pci/hifn7751.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index 660c6be6ef3..de52be79c3e 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751.c,v 1.158 2009/09/13 14:42:52 krw Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.159 2010/04/08 00:23:53 tedu Exp $ */
/*
* Invertex AEON / Hifn 7751 driver
@@ -47,7 +47,7 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
+#include <sys/timeout.h>
#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/kernel.h>