Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/dev/isa Include uvm_extern.h, not uvm.h.



details:   https://anonhg.NetBSD.org/src/rev/4f976fb73ff5
branches:  uebayasi-xip
changeset: 751815:4f976fb73ff5
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Oct 23 02:23:38 2010 +0000

description:
Include uvm_extern.h, not uvm.h.

diffstat:

 sys/dev/isa/isv.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8fc8d0f7fd7a -r 4f976fb73ff5 sys/dev/isa/isv.c
--- a/sys/dev/isa/isv.c Fri Oct 22 11:32:57 2010 +0000
+++ b/sys/dev/isa/isv.c Sat Oct 23 02:23:38 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isv.c,v 1.3 2009/02/27 23:13:32 dyoung Exp $ */
+/*     $NetBSD: isv.c,v 1.3.2.1 2010/10/23 02:23:38 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,14 +30,15 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isv.c,v 1.3 2009/02/27 23:13:32 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isv.c,v 1.3.2.1 2010/10/23 02:23:38 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/device.h>
 #include <sys/conf.h>
-#include <uvm/uvm.h>
+
+#include <uvm/uvm_extern.h>
 
 #include <sys/bus.h>
 



Home | Main Index | Thread Index | Old Index