Module Name:    src
Committed By:   uebayasi
Date:           Fri Feb  5 03:49:12 UTC 2010

Modified Files:
        src/sys/uvm: uvm_device.c

Log Message:
vnode.h is not used here.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/uvm/uvm_device.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_device.c
diff -u src/sys/uvm/uvm_device.c:1.56 src/sys/uvm/uvm_device.c:1.57
--- src/sys/uvm/uvm_device.c:1.56	Sat Jun 20 19:24:27 2009
+++ src/sys/uvm/uvm_device.c	Fri Feb  5 03:49:11 2010
@@ -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>

Reply via email to