Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm vnode.h is not used here.



details:   https://anonhg.NetBSD.org/src/rev/6514b56ba031
branches:  trunk
changeset: 751462:6514b56ba031
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Feb 05 03:49:11 2010 +0000

description:
vnode.h is not used here.

diffstat:

 sys/uvm/uvm_device.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f9fc3b11f806 -r 6514b56ba031 sys/uvm/uvm_device.c
--- a/sys/uvm/uvm_device.c      Fri Feb 05 02:27:15 2010 +0000
+++ b/sys/uvm/uvm_device.c      Fri Feb 05 03:49:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_device.c,v 1.56 2009/06/20 19:24:27 mrg Exp $      */
+/*     $NetBSD: uvm_device.c,v 1.57 2010/02/05 03:49:11 uebayasi Exp $ */
 
 /*
  *
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.56 2009/06/20 19:24:27 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.57 2010/02/05 03:49:11 uebayasi Exp $");
 
 #include "opt_uvmhist.h"
 
@@ -48,7 +48,6 @@
 #include <sys/conf.h>
 #include <sys/proc.h>
 #include <sys/malloc.h>
-#include <sys/vnode.h>
 
 #include <uvm/uvm.h>
 #include <uvm/uvm_device.h>



Home | Main Index | Thread Index | Old Index