summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2010-11-13 13:51:57 +0000
committeruebayasi <uebayasi@NetBSD.org>2010-11-13 13:51:57 +0000
commit8184d5dc03eacfd0e7a669e4d7e8fddefc529123 (patch)
treed42dd22f8ecb74026b89176d901d7d81849430a4 /sys/dev/sun
parent6ce2506403cd7699eca3499e4ef9e53ee83cee6d (diff)
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.
Diffstat (limited to 'sys/dev/sun')
-rw-r--r--sys/dev/sun/bt_subr.c6
-rw-r--r--sys/dev/sun/cgsix.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/dev/sun/bt_subr.c b/sys/dev/sun/bt_subr.c
index 420ec4339a6..04080d5e244 100644
--- a/sys/dev/sun/bt_subr.c
+++ b/sys/dev/sun/bt_subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bt_subr.c,v 1.14 2009/09/12 19:39:12 tsutsui Exp $ */
+/* $NetBSD: bt_subr.c,v 1.15 2010/11/13 13:52:11 uebayasi Exp $ */
/*
* Copyright (c) 1993
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bt_subr.c,v 1.14 2009/09/12 19:39:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bt_subr.c,v 1.15 2010/11/13 13:52:11 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: bt_subr.c,v 1.14 2009/09/12 19:39:12 tsutsui Exp $")
#include <sys/errno.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/sun/fbio.h>
#include <dev/sun/btreg.h>
diff --git a/sys/dev/sun/cgsix.c b/sys/dev/sun/cgsix.c
index 8152189b258..ec53a91a7f2 100644
--- a/sys/dev/sun/cgsix.c
+++ b/sys/dev/sun/cgsix.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cgsix.c,v 1.48 2010/09/14 18:42:12 macallan Exp $ */
+/* $NetBSD: cgsix.c,v 1.49 2010/11/13 13:52:11 uebayasi Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.48 2010/09/14 18:42:12 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.49 2010/11/13 13:52:11 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -95,8 +95,6 @@ __KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.48 2010/09/14 18:42:12 macallan Exp $");
#include <sys/syslog.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <sys/bus.h>
#include <dev/sun/fbio.h>