From f82e4ca62c2bea6ce2d8c4f72263cb29a85f00b3 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 29 Oct 2000 14:54:55 +0000 Subject: Weaken a bogus dependency on in 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/pci/ohci_pci.c | 1 - sys/pci/uhci_pci.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/pci') diff --git a/sys/pci/ohci_pci.c b/sys/pci/ohci_pci.c index e1076f8..9806063 100644 --- a/sys/pci/ohci_pci.c +++ b/sys/pci/ohci_pci.c @@ -56,7 +56,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c index 154badf..003a415 100644 --- a/sys/pci/uhci_pci.c +++ b/sys/pci/uhci_pci.c @@ -54,7 +54,6 @@ #include #include #include -#include #include #if defined(__FreeBSD__) #include -- cgit v1.1