kernel: Remove opt_bus.h references where they are not needed.
authorSascha Wildner <saw@online.de>
Thu, 16 Feb 2012 07:54:23 +0000 (08:54 +0100)
committerSascha Wildner <saw@online.de>
Thu, 16 Feb 2012 07:54:23 +0000 (08:54 +0100)
commit14aee18d9e52ae076df0620906dfe0a39773bc01
treea328084ae8893b122eb6088831e41fadc1dfc473
parenteb403c9356ce5a2d494a31e006698fd95cf594b1
kernel: Remove opt_bus.h references where they are not needed.

It only defines BUS_DEBUG (if set) and BUS_DEBUG is only used in
subr_bus.c, so it doesn't need to be included anywhere else.
32 files changed:
sys/bus/pci/pci.c
sys/bus/pci/pci_compat.c
sys/bus/pci/pci_user.c
sys/bus/usb/ehci/Makefile
sys/bus/usb/ehci_pci.c
sys/bus/usb/ohci_pci.c
sys/bus/usb/uhci_pci.c
sys/bus/usb/usb/Makefile
sys/dev/acpica5/Makefile
sys/dev/agp/Makefile
sys/dev/agp/agp.c
sys/dev/agp/agp_ali.c
sys/dev/agp/agp_amd.c
sys/dev/agp/agp_ati.c
sys/dev/agp/agp_i810.c
sys/dev/agp/agp_intel.c
sys/dev/agp/agp_nvidia.c
sys/dev/agp/agp_sis.c
sys/dev/agp/agp_via.c
sys/dev/agp/agp_x86_64.c
sys/dev/crypto/aesni/Makefile
sys/dev/crypto/glxsb/Makefile
sys/dev/crypto/hifn/Makefile
sys/dev/crypto/padlock/Makefile
sys/dev/crypto/safe/Makefile
sys/dev/crypto/ubsec/Makefile
sys/dev/misc/ecc/Makefile
sys/platform/pc32/i386/autoconf.c
sys/platform/pc32/i386/mp_clock.c
sys/platform/pc64/x86_64/autoconf.c
sys/platform/vkernel/i386/autoconf.c
sys/platform/vkernel64/x86_64/autoconf.c