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 a duplicated static function decla...



details:   https://anonhg.NetBSD.org/src/rev/e5a5bb35ca5e
branches:  trunk
changeset: 372466:e5a5bb35ca5e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Nov 30 17:07:30 2022 +0000

description:
Remove a duplicated static function declaration.

diffstat:

 sys/arch/hp300/dev/rd.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r bd8fd78b1fa7 -r e5a5bb35ca5e sys/arch/hp300/dev/rd.c
--- a/sys/arch/hp300/dev/rd.c   Wed Nov 30 17:01:56 2022 +0000
+++ b/sys/arch/hp300/dev/rd.c   Wed Nov 30 17:07:30 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rd.c,v 1.117 2022/11/30 17:01:56 tsutsui Exp $ */
+/*     $NetBSD: rd.c,v 1.118 2022/11/30 17:07:30 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.117 2022/11/30 17:01:56 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.118 2022/11/30 17:07:30 tsutsui Exp $");
 
 #include "opt_useleds.h"
 
@@ -428,7 +428,6 @@
                    struct hpibbus_attach_args *);
 static void    rdreset(struct rd_softc *);
 static void    rdreset_unit(int, int, int);
-static void    rdustart(struct rd_softc *);
 static int     rdgetinfo(dev_t);
 static void    rdrestart(void *);
 static struct buf *rdfinish(struct rd_softc *, struct buf *);



Home | Main Index | Thread Index | Old Index