diff options
| author | yamt <yamt@NetBSD.org> | 2007-11-13 11:39:41 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2007-11-13 11:39:41 +0000 |
| commit | b290d1aea3e0601bd7209c37137175831009a70f (patch) | |
| tree | 46139473f4fd06b0a7b78f765f52544e139cc6ee /sys/dev/raidframe | |
| parent | 1587bff9f017c076310ad237f10436f053d63c74 (diff) | |
don't include <sys/namei.h> unnecessarily.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsd.h | 3 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/raidframe/rf_netbsd.h b/sys/dev/raidframe/rf_netbsd.h index f40fda5a56e..6d51bdabc45 100644 --- a/sys/dev/raidframe/rf_netbsd.h +++ b/sys/dev/raidframe/rf_netbsd.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsd.h,v 1.27 2006/08/27 05:07:13 christos Exp $ */ +/* $NetBSD: rf_netbsd.h,v 1.28 2007/11/13 11:39:41 yamt Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -41,7 +41,6 @@ #include <sys/fcntl.h> #include <sys/systm.h> -#include <sys/namei.h> #include <sys/vnode.h> #include <sys/pool.h> #include <sys/disk.h> diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 06057d748a3..eed3c1aed0d 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.235 2007/11/08 04:10:09 oster Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.236 2007/11/13 11:39:42 yamt Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -146,7 +146,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.235 2007/11/08 04:10:09 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.236 2007/11/13 11:39:42 yamt Exp $"); #include <sys/param.h> #include <sys/errno.h> @@ -159,7 +159,6 @@ __KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.235 2007/11/08 04:10:09 oster E #include <sys/ioctl.h> #include <sys/fcntl.h> #include <sys/systm.h> -#include <sys/namei.h> #include <sys/vnode.h> #include <sys/disklabel.h> #include <sys/conf.h> |
