Module Name:    src
Committed By:   tsutsui
Date:           Wed Nov 30 18:15:32 UTC 2022

Modified Files:
        src/sys/arch/hp300/dev: rd.c

Log Message:
Remove more duplicated static function declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/hp300/dev/rd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp300/dev/rd.c
diff -u src/sys/arch/hp300/dev/rd.c:1.120 src/sys/arch/hp300/dev/rd.c:1.121
--- src/sys/arch/hp300/dev/rd.c:1.120	Wed Nov 30 17:42:20 2022
+++ src/sys/arch/hp300/dev/rd.c	Wed Nov 30 18:15:32 2022
@@ -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(struct rd_softc *);
 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 *);

Reply via email to