summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libraidframe
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2015-12-26 01:01:30 +0000
committerpgoyette <pgoyette@NetBSD.org>2015-12-26 01:01:30 +0000
commit96fdb17089e4e4fa2e421ea58fdc0e01316e3dd3 (patch)
tree3addade2d318bdd26139e986bc380ac545716867 /sys/rump/dev/lib/libraidframe
parent79fc606c0d818c5a684944804b4e99229a958606 (diff)
Remove local CF_DRIVER_DECL - it is now defined in the raidframe driver's
module initialization code
Diffstat (limited to 'sys/rump/dev/lib/libraidframe')
-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;