Date: Wed, 4 Nov 2009 04:41:03 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r198872 - in head/sys/arm: arm at91 mv sa11x0 Message-ID: <200911040441.nA44f3HN018343@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: alc Date: Wed Nov 4 04:41:03 2009 New Revision: 198872 URL: http://svn.freebsd.org/changeset/base/198872 Log: Eliminate an unnecessary vm include file. Modified: head/sys/arm/arm/machdep.c head/sys/arm/at91/at91_machdep.c head/sys/arm/mv/mv_machdep.c head/sys/arm/sa11x0/assabet_machdep.c Modified: head/sys/arm/arm/machdep.c ============================================================================== --- head/sys/arm/arm/machdep.c Wed Nov 4 04:12:56 2009 (r198871) +++ head/sys/arm/arm/machdep.c Wed Nov 4 04:41:03 2009 (r198872) @@ -77,7 +77,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_object.h> #include <vm/vm_page.h> #include <vm/vm_pager.h> -#include <vm/vnode_pager.h> #include <machine/armreg.h> #include <machine/cpu.h> Modified: head/sys/arm/at91/at91_machdep.c ============================================================================== --- head/sys/arm/at91/at91_machdep.c Wed Nov 4 04:12:56 2009 (r198871) +++ head/sys/arm/at91/at91_machdep.c Wed Nov 4 04:41:03 2009 (r198872) @@ -79,7 +79,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_page.h> #include <vm/vm_pager.h> #include <vm/vm_map.h> -#include <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/mv/mv_machdep.c ============================================================================== --- head/sys/arm/mv/mv_machdep.c Wed Nov 4 04:12:56 2009 (r198871) +++ head/sys/arm/mv/mv_machdep.c Wed Nov 4 04:41:03 2009 (r198872) @@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_page.h> #include <vm/vm_pager.h> #include <vm/vm_map.h> -#include <vm/vnode_pager.h> #include <machine/pte.h> #include <machine/pmap.h> #include <machine/vmparam.h> Modified: head/sys/arm/sa11x0/assabet_machdep.c ============================================================================== --- head/sys/arm/sa11x0/assabet_machdep.c Wed Nov 4 04:12:56 2009 (r198871) +++ head/sys/arm/sa11x0/assabet_machdep.c Wed Nov 4 04:41:03 2009 (r198872) @@ -82,7 +82,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_page.h> #include <vm/vm_pager.h> #include <vm/vm_map.h> -#include <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911040441.nA44f3HN018343>