aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ohci_pci.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 14:54:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 14:54:55 +0000
commit9f69a4578a40b7ac10320af4fd2a4ac9b47012a6 (patch)
tree62539f98d30a631cbf4f1be6fd4ab3a45c28febb /sys/pci/ohci_pci.c
parent1ce9f3171cdc2e6016e832d756b02d9d71e3c48f (diff)
downloadsrc-9f69a4578a40b7ac10320af4fd2a4ac9b47012a6.tar.gz
src-9f69a4578a40b7ac10320af4fd2a4ac9b47012a6.zip
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
the offending inline function (BUF_KERNPROC) on it being #included already. I'm not sure BUF_KERNPROC() is even the right thing to do or in the right place or implemented the right way (inline vs normal function). Remove consequently unneeded #includes of <sys/proc.h>
Notes
Notes: svn path=/head/; revision=67885
Diffstat (limited to 'sys/pci/ohci_pci.c')
-rw-r--r--sys/pci/ohci_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/ohci_pci.c b/sys/pci/ohci_pci.c
index e1076f873a87..98060634d7de 100644
--- a/sys/pci/ohci_pci.c
+++ b/sys/pci/ohci_pci.c
@@ -56,7 +56,6 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/bus.h>
-#include <sys/proc.h>
#include <sys/queue.h>
#include <machine/bus.h>
#include <sys/rman.h>