From 8184d5dc03eacfd0e7a669e4d7e8fddefc529123 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 13 Nov 2010 13:51:57 +0000 Subject: 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. --- sys/dev/raidframe/rf_general.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_general.h b/sys/dev/raidframe/rf_general.h index 829c3e7653c..451aa71b5c0 100644 --- a/sys/dev/raidframe/rf_general.h +++ b/sys/dev/raidframe/rf_general.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_general.h,v 1.17 2006/04/14 22:40:09 christos Exp $ */ +/* $NetBSD: rf_general.h,v 1.18 2010/11/13 13:52:10 uebayasi Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -42,7 +42,6 @@ /* error reporting and handling */ #include /* printf, sprintf, and friends */ -#include /* PAGE_SIZE, PAGE_MASK */ #define RF_ERRORMSG(s) printf((s)) #define RF_ERRORMSG1(s,a) printf((s),(a)) -- cgit