opt_bus.h is supposed to be for subr_bus.c only. There's no need for

it in the usb code.
This commit is contained in:
Warner Losh 2008-08-30 16:21:16 +00:00
parent 20e6aaf533
commit 277f167c86

View File

@ -48,8 +48,6 @@ __FBSDID("$FreeBSD$");
* sharing of code between *BSD's
*/
#include "opt_bus.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>