aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/disk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h
index f0d50429e9ee..4cb585880584 100644
--- a/sys/sys/disk.h
+++ b/sys/sys/disk.h
@@ -21,8 +21,7 @@
#include <sys/conf.h> /* XXX: temporary to avoid breakage */
#endif
-#include <geom/geom_disk.h>
-
+struct disk;
struct disk *disk_enumerate(struct disk *disk);
void disk_err(struct bio *bp, const char *what, int blkdone, int nl);