aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_disk.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-01 18:57:14 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-01 18:57:14 +0000
commit4752f7570ab85bb8fe22af5caee69547229baaac (patch)
tree220794535936060d634665d2f6f950791480eaf3 /sys/geom/geom_disk.c
parent332a2bf07b17edeeea8e91b0da26795f5541a033 (diff)
downloadsrc-4752f7570ab85bb8fe22af5caee69547229baaac.tar.gz
src-4752f7570ab85bb8fe22af5caee69547229baaac.zip
Include <geom/geom_disk.h> not <sys/disk.h>
Notes
Notes: svn path=/head/; revision=112952
Diffstat (limited to 'sys/geom/geom_disk.c')
-rw-r--r--sys/geom/geom_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c
index 494e0946f403..7d5b6772d632 100644
--- a/sys/geom/geom_disk.c
+++ b/sys/geom/geom_disk.c
@@ -43,7 +43,6 @@
#include <sys/sysctl.h>
#include <sys/bio.h>
#include <sys/conf.h>
-#include <sys/disk.h>
#include <sys/fcntl.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
@@ -53,6 +52,7 @@
#include <sys/lock.h>
#include <sys/mutex.h>
#include <geom/geom.h>
+#include <geom/geom_disk.h>
#include <geom/geom_int.h>
static struct mtx g_disk_done_mtx;