Include <geom/geom_disk.h> and stop including <sys/disk.h>. The
former gives us 'struct disk'.
This commit is contained in:
parent
26e7333461
commit
35b1bbbb4c
@ -17,7 +17,6 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/bio.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/disk.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/linker.h>
|
||||
#include <sys/lock.h>
|
||||
@ -34,6 +33,7 @@
|
||||
#include <vm/vm_object.h>
|
||||
#include <vm/vm_pager.h>
|
||||
#include <machine/md_var.h>
|
||||
#include <geom/geom_disk.h>
|
||||
|
||||
#ifndef SKI_ROOT_FILESYSTEM
|
||||
#define SKI_ROOT_FILESYSTEM "ia64-root.fs"
|
||||
|
Loading…
Reference in New Issue
Block a user