Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic This actually uses only PAGE_SIZE, remove uvm/uvm...



details:   https://anonhg.NetBSD.org/src/rev/42b5f8729a8b
branches:  trunk
changeset: 758729:42b5f8729a8b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 14 06:30:59 2010 +0000

description:
This actually uses only PAGE_SIZE, remove uvm/uvm_extern.h again.

diffstat:

 sys/dev/ic/lsi64854.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r dba865660185 -r 42b5f8729a8b sys/dev/ic/lsi64854.c
--- a/sys/dev/ic/lsi64854.c     Sun Nov 14 05:34:56 2010 +0000
+++ b/sys/dev/ic/lsi64854.c     Sun Nov 14 06:30:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lsi64854.c,v 1.36 2010/11/14 04:01:50 uebayasi Exp $ */
+/*     $NetBSD: lsi64854.c,v 1.37 2010/11/14 06:30:59 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.36 2010/11/14 04:01:50 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.37 2010/11/14 06:30:59 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -43,8 +43,6 @@
 #include <machine/autoconf.h>
 #include <sys/cpu.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <dev/scsipi/scsi_all.h>
 #include <dev/scsipi/scsipi_all.h>
 #include <dev/scsipi/scsiconf.h>



Home | Main Index | Thread Index | Old Index