This doesn't use uvm(9) API.

This commit is contained in:
uebayasi 2010-11-15 05:59:57 +00:00
parent 1d247bb84c
commit 15158cd1c7

View File

@ -1,4 +1,4 @@
/* $NetBSD: agten.c,v 1.26 2010/11/14 03:49:53 uebayasi Exp $ */
/* $NetBSD: agten.c,v 1.27 2010/11/15 05:59:57 uebayasi Exp $ */
/*-
* Copyright (c) 2007 Michael Lorenz
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agten.c,v 1.26 2010/11/14 03:49:53 uebayasi Exp $");
__KERNEL_RCSID(0, "$NetBSD: agten.c,v 1.27 2010/11/15 05:59:57 uebayasi Exp $");
/*
* a driver for the Fujitsu AG-10e SBus framebuffer
@ -52,8 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: agten.c,v 1.26 2010/11/14 03:49:53 uebayasi Exp $");
#include <sys/systm.h>
#include <sys/conf.h>
#include <uvm/uvm_extern.h>
#include <dev/sun/fbio.h>
#include <dev/sun/fbvar.h>
#include <dev/sun/btreg.h>