Module Name:    src
Committed By:   christos
Date:           Sun Apr 28 03:12:38 UTC 2013

Modified Files:
        src/sys/dev/raidframe: rf_netbsdkintf.c

Log Message:
no need for raid.h


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/dev/raidframe/rf_netbsdkintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/raidframe/rf_netbsdkintf.c
diff -u src/sys/dev/raidframe/rf_netbsdkintf.c:1.300 src/sys/dev/raidframe/rf_netbsdkintf.c:1.301
--- src/sys/dev/raidframe/rf_netbsdkintf.c:1.300	Sat Apr 27 17:18:42 2013
+++ src/sys/dev/raidframe/rf_netbsdkintf.c	Sat Apr 27 23:12:37 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_netbsdkintf.c,v 1.300 2013/04/27 21:18:42 christos Exp $	*/
+/*	$NetBSD: rf_netbsdkintf.c,v 1.301 2013/04/28 03:12:37 christos Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc.
@@ -101,12 +101,11 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.300 2013/04/27 21:18:42 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.301 2013/04/28 03:12:37 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
 #include "opt_raid_autoconfig.h"
-#include "raid.h"
 #endif
 
 #include <sys/param.h>

Reply via email to