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/jmb.c | |
parent | b1315fc8adcfaf96e97588fc9cfdf893743be325 (diff) |
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/jmb.c')
-rw-r--r-- | sys/dev/pci/jmb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/jmb.c b/sys/dev/pci/jmb.c index ea65e7b91d2..e87de0ed12a 100644 --- a/sys/dev/pci/jmb.c +++ b/sys/dev/pci/jmb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: jmb.c,v 1.7 2008/03/27 09:21:59 dlg Exp $ */ +/* $OpenBSD: jmb.c,v 1.8 2010/04/08 00:23:53 tedu Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -22,7 +22,6 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/device.h> -#include <sys/proc.h> #include <sys/queue.h> #include <machine/bus.h> |