Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libraidframe Remove local CF_DRIVER_DECL - ...
details: https://anonhg.NetBSD.org/src/rev/af5d890b8da8
branches: trunk
changeset: 342511:af5d890b8da8
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Dec 26 01:01:30 2015 +0000
description:
Remove local CF_DRIVER_DECL - it is now defined in the raidframe driver's
module initialization code
diffstat:
sys/rump/dev/lib/libraidframe/raidframe_component.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r e9f7e964c2b4 -r af5d890b8da8 sys/rump/dev/lib/libraidframe/raidframe_component.c
--- a/sys/rump/dev/lib/libraidframe/raidframe_component.c Sat Dec 26 01:00:04 2015 +0000
+++ b/sys/rump/dev/lib/libraidframe/raidframe_component.c Sat Dec 26 01:01:30 2015 +0000
@@ -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 @@
#include "ioconf.h"
-CFDRIVER_DECL(raid, DV_DISK, NULL);
-
RUMP_COMPONENT(RUMP_COMPONENT_DEV)
{
extern const struct bdevsw raid_bdevsw;
Home |
Main Index |
Thread Index |
Old Index