Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/dev Remove more duplicated static function de...
details: https://anonhg.NetBSD.org/src/rev/5ad3109bd7b4
branches: trunk
changeset: 372471:5ad3109bd7b4
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Nov 30 18:15:32 2022 +0000
description:
Remove more duplicated static function declarations.
diffstat:
sys/arch/hp300/dev/rd.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 80348bf44dcd -r 5ad3109bd7b4 sys/arch/hp300/dev/rd.c
--- a/sys/arch/hp300/dev/rd.c Wed Nov 30 17:49:59 2022 +0000
+++ b/sys/arch/hp300/dev/rd.c Wed Nov 30 18:15:32 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rd.c,v 1.120 2022/11/30 17:42:20 tsutsui Exp $ */
+/* $NetBSD: rd.c,v 1.121 2022/11/30 18:15:32 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.120 2022/11/30 17:42:20 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.121 2022/11/30 18:15:32 tsutsui Exp $");
#include "opt_useleds.h"
@@ -430,8 +430,6 @@
static void rdreset_unit(int, int, int);
static void rd_set_geom(struct rd_softc *);
static int rdgetinfo(dev_t);
-static void rdrestart(void *);
-static struct buf *rdfinish(struct rd_softc *, struct buf *);
static void rdgetdefaultlabel(struct rd_softc *, struct disklabel *);
static void rdrestart(void *);
Home |
Main Index |
Thread Index |
Old Index