diff options
author | bde <bde@FreeBSD.org> | 1996-04-07 17:32:42 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-04-07 17:32:42 +0000 |
commit | cfdfb3c281cd6aecdf142a332ce950994f4c4a18 (patch) | |
tree | b57f3e3a78bf739af4522d98d12427c7d83345ae /sys/i386/pci/pci_bus.c | |
parent | 20b5c8f9a647c6eb187977f0ccd47f48658e5547 (diff) | |
download | FreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.zip FreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.tar.gz |
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
being declared in the wrong place.
Diffstat (limited to 'sys/i386/pci/pci_bus.c')
-rw-r--r-- | sys/i386/pci/pci_bus.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index b4c3b8a..be2e364 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcibus.c,v 1.21 1995/12/16 00:27:59 bde Exp $ +** $Id: pcibus.c,v 1.22 1996/03/29 15:01:51 bde Exp $ ** ** pci bus subroutines for i386 architecture. ** @@ -41,8 +41,6 @@ #include <sys/systm.h> #include <sys/kernel.h> -#include <machine/cpu.h> /* bootverbose */ - #include <i386/isa/icu.h> #include <i386/isa/isa.h> #include <i386/isa/isa_device.h> |