summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2010-11-14 06:30:59 +0000
committeruebayasi <uebayasi@NetBSD.org>2010-11-14 06:30:59 +0000
commitb76221069a9dc4b47969fc129e6a87e6f7880d05 (patch)
treec8dd575aea9c8bed0f764e6c39dc862c75d3290e /sys/dev/ic
parent7caa83525ae899cdbf725ad87aa3731ad25df1da (diff)
This actually uses only PAGE_SIZE, remove uvm/uvm_extern.h again.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/lsi64854.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ic/lsi64854.c b/sys/dev/ic/lsi64854.c
index cc2fff1a67c..c8e9f43bbf2 100644
--- a/sys/dev/ic/lsi64854.c
+++ b/sys/dev/ic/lsi64854.c
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.36 2010/11/14 04:01:50 uebayasi Exp $
#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>