Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Remove unused function prototype. Reported by the...
details: https://anonhg.NetBSD.org/src/rev/029a8a5d2581
branches: trunk
changeset: 965535:029a8a5d2581
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Sep 21 07:31:56 2019 +0000
description:
Remove unused function prototype. Reported by the lgtm bot.
diffstat:
sys/dev/ic/isp_netbsd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r d6bc2cf80fdd -r 029a8a5d2581 sys/dev/ic/isp_netbsd.c
--- a/sys/dev/ic/isp_netbsd.c Sat Sep 21 07:08:27 2019 +0000
+++ b/sys/dev/ic/isp_netbsd.c Sat Sep 21 07:31:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.c,v 1.93 2019/09/20 14:20:45 christos Exp $ */
+/* $NetBSD: isp_netbsd.c,v 1.94 2019/09/21 07:31:56 maxv Exp $ */
/*
* Platform (NetBSD) dependent common attachment code for Qlogic adapters.
*/
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.93 2019/09/20 14:20:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.94 2019/09/21 07:31:56 maxv Exp $");
#include <dev/ic/isp_netbsd.h>
#include <dev/ic/isp_ioctl.h>
@@ -1042,7 +1042,6 @@
static void
isp_fc_worker(void *arg)
{
- void scsipi_run_queue(struct scsipi_channel *);
ispsoftc_t *isp = arg;
int slp = 0;
int chan = 0;
Home |
Main Index |
Thread Index |
Old Index