summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libraidframe/raidframe_component.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rump/dev/lib/libraidframe/raidframe_component.c')
-rw-r--r--sys/rump/dev/lib/libraidframe/raidframe_component.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/rump/dev/lib/libraidframe/raidframe_component.c b/sys/rump/dev/lib/libraidframe/raidframe_component.c
index 6ed79e7bcdf..f71990eb08b 100644
--- a/sys/rump/dev/lib/libraidframe/raidframe_component.c
+++ b/sys/rump/dev/lib/libraidframe/raidframe_component.c
@@ -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_component.c,v 1.2 2015/08/20 11:51:12 chri
#include "ioconf.h"
-CFDRIVER_DECL(raid, DV_DISK, NULL);
-
RUMP_COMPONENT(RUMP_COMPONENT_DEV)
{
extern const struct bdevsw raid_bdevsw;