summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2006-10-05 17:59:36 +0000
committeroster <oster@NetBSD.org>2006-10-05 17:59:36 +0000
commit2992626c96dac0129e682e826d03f55e0820ffdf (patch)
tree313b5cccc2e641b4f280d1ecf5b183991fbca1b3 /sys/dev/raidframe
parent8cc016b4bc94011851575476ae1639dc845d26f7 (diff)
Revert previous change: Remove an unused variable declaration that was
(likely accidentally) added as the only change in the last commit.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_netbsdkintf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c
index 862b2a66797..cc83f74e0ea 100644
--- a/sys/dev/raidframe/rf_netbsdkintf.c
+++ b/sys/dev/raidframe/rf_netbsdkintf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.215 2006/10/05 17:35:19 tls Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.216 2006/10/05 17:59:36 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -146,7 +146,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.215 2006/10/05 17:35:19 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.216 2006/10/05 17:59:36 oster Exp $");
#include <sys/param.h>
#include <sys/errno.h>
@@ -1858,7 +1858,6 @@ int
rf_DispatchKernelIO(RF_DiskQueue_t *queue, RF_DiskQueueData_t *req)
{
int op = (req->type == RF_IO_TYPE_READ) ? B_READ : B_WRITE;
- int s;
struct buf *bp;
req->queue = queue;