From 96fdb17089e4e4fa2e421ea58fdc0e01316e3dd3 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Sat, 26 Dec 2015 01:01:30 +0000 Subject: Remove local CF_DRIVER_DECL - it is now defined in the raidframe driver's module initialization code --- sys/rump/dev/lib/libraidframe/raidframe_component.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/rump/dev/lib/libraidframe/raidframe_component.c') 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 -__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 #include @@ -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; -- cgit