Module Name:    src
Committed By:   pgoyette
Date:           Sat Dec 26 01:01:30 UTC 2015

Modified Files:
        src/sys/rump/dev/lib/libraidframe: raidframe_component.c

Log Message:
Remove local CF_DRIVER_DECL - it is now defined in the raidframe driver's
module initialization code


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/sys/rump/dev/lib/libraidframe/raidframe_component.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/rump/dev/lib/libraidframe/raidframe_component.c
diff -u src/sys/rump/dev/lib/libraidframe/raidframe_component.c:1.2 src/sys/rump/dev/lib/libraidframe/raidframe_component.c:1.3
--- src/sys/rump/dev/lib/libraidframe/raidframe_component.c:1.2	Thu Aug 20 11:51:12 2015
+++ src/sys/rump/dev/lib/libraidframe/raidframe_component.c	Sat Dec 26 01:01:30 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: raidframe_component.c,v 1.2 2015/08/20 11:51:12 christos Exp $	*/
+/*	$NetBSD: raidframe_component.c,v 1.3 2015/12/26 01:01:30 pgoyette Exp $	*/
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: raidframe_component.c,v 1.2 2015/08/20 11:51:12 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: raidframe_component.c,v 1.3 2015/12/26 01:01:30 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -39,8 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: raidframe_co
 
 #include "ioconf.h"
 
-CFDRIVER_DECL(raid, DV_DISK, NULL);
-
 RUMP_COMPONENT(RUMP_COMPONENT_DEV)
 {
 	extern const struct bdevsw raid_bdevsw;

Reply via email to