aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-09-28 21:38:35 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-09-28 21:38:35 +0000
commit651dde1b81446c2a04756ec8ace20cbf11d4f077 (patch)
tree7356cf230d729393d3a4d749fead91c108248125 /sys
parent2f9752e95e0816ddb2a902194a89157c6924c62d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index fbadf0b764875..2008aa1d1ed92 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -29,7 +29,6 @@
#include "opt_bus.h"
#include <sys/param.h>
-#include <sys/bus_private.h>
#include <sys/kernel.h>
#include <sys/kobj.h>
#include <sys/malloc.h>
@@ -39,6 +38,7 @@
#include <sys/rman.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
+#include <sys/bus_private.h>
#include <machine/stdarg.h>