diff options
author | attilio <attilio@FreeBSD.org> | 2013-02-21 15:02:36 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2013-02-21 15:02:36 +0000 |
commit | 066bbc97b6c386afc461fecd3fea4014a7a87ba4 (patch) | |
tree | 95178659dffd3598f87f5e59c758229aa0c693a3 /sys/mips/gxemul/gxemul_machdep.c | |
parent | b2afca498773e09e8d3ae19e574ec5401a3f3fa8 (diff) | |
download | FreeBSD-src-066bbc97b6c386afc461fecd3fea4014a7a87ba4.zip FreeBSD-src-066bbc97b6c386afc461fecd3fea4014a7a87ba4.tar.gz |
Fix other architectures and ZFS.
Sponsored by: EMC / Isilon storage division
Diffstat (limited to 'sys/mips/gxemul/gxemul_machdep.c')
-rw-r--r-- | sys/mips/gxemul/gxemul_machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/gxemul/gxemul_machdep.c b/sys/mips/gxemul/gxemul_machdep.c index 8996919..a068efc 100644 --- a/sys/mips/gxemul/gxemul_machdep.c +++ b/sys/mips/gxemul/gxemul_machdep.c @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/clock.h> #include <machine/cpu.h> |