diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2010-11-13 13:51:57 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2010-11-13 13:51:57 +0000 |
| commit | 8184d5dc03eacfd0e7a669e4d7e8fddefc529123 (patch) | |
| tree | d42dd22f8ecb74026b89176d901d7d81849430a4 /sys/dev/ic/cac.c | |
| parent | 6ce2506403cd7699eca3499e4ef9e53ee83cee6d (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/ic/cac.c')
| -rw-r--r-- | sys/dev/ic/cac.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index 5c869ed8753..49b6605702e 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $ */ +/* $NetBSD: cac.c,v 1.51 2010/11/13 13:52:00 uebayasi Exp $ */ /*- * Copyright (c) 2000, 2006, 2007 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.51 2010/11/13 13:52:00 uebayasi Exp $"); #include "bio.h" @@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $"); #include <sys/malloc.h> #include <sys/pool.h> -#include <uvm/uvm_extern.h> - #include <sys/bswap.h> #include <sys/bus.h> |
