summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-01-07 03:56:14 +0000
committeroster <oster@NetBSD.org>2000-01-07 03:56:14 +0000
commitbf2d4a40db10e5a2579592b1c61ccff132fa4db3 (patch)
treedf48f1447a13b1303cfc046185ea45129d3e2c65 /sys/dev
parentb614ae7a89a66da719f83536ce31262885d80d35 (diff)
rf_GetNextReconEvent() is already prototyped in rf_revent.h.
minor cleanup
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/raidframe/rf_revent.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/raidframe/rf_revent.c b/sys/dev/raidframe/rf_revent.c
index 13491f340f5..e2c4a9ead7b 100644
--- a/sys/dev/raidframe/rf_revent.c
+++ b/sys/dev/raidframe/rf_revent.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_revent.c,v 1.5 1999/08/13 03:26:55 oster Exp $ */
+/* $NetBSD: rf_revent.c,v 1.6 2000/01/07 03:56:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -60,12 +60,8 @@ static void rf_ShutdownReconEvent(void *);
static RF_ReconEvent_t *
GetReconEventDesc(RF_RowCol_t row, RF_RowCol_t col,
void *arg, RF_Revent_t type);
-RF_ReconEvent_t *
-rf_GetNextReconEvent(RF_RaidReconDesc_t *,
- RF_RowCol_t, void (*continueFunc) (void *),
- void *);
- static void rf_ShutdownReconEvent(ignored)
+static void rf_ShutdownReconEvent(ignored)
void *ignored;
{
RF_FREELIST_DESTROY(rf_revent_freelist, next, (RF_ReconEvent_t *));