summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_debugprint.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/raidframe/rf_debugprint.c b/sys/dev/raidframe/rf_debugprint.c
index b670d2a2626..ce316a39c31 100644
--- a/sys/dev/raidframe/rf_debugprint.c
+++ b/sys/dev/raidframe/rf_debugprint.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_debugprint.c,v 1.7 2003/12/30 21:59:03 oster Exp $ */
+/* $NetBSD: rf_debugprint.c,v 1.8 2004/01/01 19:37:17 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -34,16 +34,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_debugprint.c,v 1.7 2003/12/30 21:59:03 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_debugprint.c,v 1.8 2004/01/01 19:37:17 oster Exp $");
#include <dev/raidframe/raidframevar.h>
-#include "rf_threadstuff.h"
#include "rf_debugprint.h"
#include "rf_general.h"
-#include "rf_options.h"
-
-#include <sys/param.h>
void
rf_debug_printf(char *s, void *a1, void *a2, void *a3, void *a4,