summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_map.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-16 01:32:37 +0000
committerchristos <christos@NetBSD.org>2006-11-16 01:32:37 +0000
commit168cd830d22e1f4a4c2bde1105f9f94d40fb870d (patch)
treef82ce44db748b3513a12da35feca2a8d352de90f /sys/dev/raidframe/rf_map.c
parentc72ed40f2540010a7b00337d0da9266cc2092eb6 (diff)
__unused removal on arguments; approved by core.
Diffstat (limited to 'sys/dev/raidframe/rf_map.c')
-rw-r--r--sys/dev/raidframe/rf_map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_map.c b/sys/dev/raidframe/rf_map.c
index 62f349e5a92..94764bd78f0 100644
--- a/sys/dev/raidframe/rf_map.c
+++ b/sys/dev/raidframe/rf_map.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_map.c,v 1.41 2006/10/12 01:31:51 christos Exp $ */
+/* $NetBSD: rf_map.c,v 1.42 2006/11/16 01:33:23 christos Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
**************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.41 2006/10/12 01:31:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.42 2006/11/16 01:33:23 christos Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -339,7 +339,7 @@ rf_MarkFailuresInASMList(RF_Raid_t *raidPtr,
release all the free lists */
static void rf_ShutdownMapModule(void *);
static void
-rf_ShutdownMapModule(void *ignored __unused)
+rf_ShutdownMapModule(void *ignored)
{
pool_destroy(&rf_pools.asm_hdr);
pool_destroy(&rf_pools.asmap);