summaryrefslogtreecommitdiff
path: root/sys/dev/pci/nviic.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/nviic.c
parentb1315fc8adcfaf96e97588fc9cfdf893743be325 (diff)
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/nviic.c')
-rw-r--r--sys/dev/pci/nviic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/nviic.c b/sys/dev/pci/nviic.c
index 3758d203ea2..9386bb5e42d 100644
--- a/sys/dev/pci/nviic.c
+++ b/sys/dev/pci/nviic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nviic.c,v 1.14 2009/06/18 08:19:03 jsg Exp $ */
+/* $OpenBSD: nviic.c,v 1.15 2010/04/08 00:23:53 tedu Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -21,7 +21,6 @@
#include <sys/device.h>
#include <sys/kernel.h>
#include <sys/rwlock.h>
-#include <sys/proc.h>
#include <machine/bus.h>