summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2009-10-13 22:46:28 +0000
committerpooka <pooka@NetBSD.org>2009-10-13 22:46:28 +0000
commit2ceb2a682933f35fcddfe9b88401074a08dcd9df (patch)
tree2badc42b827822155f46a1b2d3d065cb6632b26d /sys
parent5e8ba6d46557a58357d4e75283e0fe908a059101 (diff)
raidframe doesn't need sys/user.h (or at least one would hope so ;)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/raidframe/rf_netbsdkintf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c
index 6d2c1d895dc..8b87a12a06f 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.266 2009/07/23 21:58:06 dyoung Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.267 2009/10/13 22:46:28 pooka Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -139,7 +139,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.266 2009/07/23 21:58:06 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.267 2009/10/13 22:46:28 pooka Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -163,7 +163,6 @@ __KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.266 2009/07/23 21:58:06 dyoung
#include <sys/conf.h>
#include <sys/buf.h>
#include <sys/bufq.h>
-#include <sys/user.h>
#include <sys/reboot.h>
#include <sys/kauth.h>