Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/dev Remove duplicated function declarations.



details:   https://anonhg.NetBSD.org/src/rev/1b0f1aecae71
branches:  trunk
changeset: 366433:1b0f1aecae71
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu May 26 15:05:11 2022 +0000

description:
Remove duplicated function declarations.

diffstat:

 sys/arch/x68k/dev/ite.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 97d2e1ca7b3b -r 1b0f1aecae71 sys/arch/x68k/dev/ite.c
--- a/sys/arch/x68k/dev/ite.c   Thu May 26 14:39:30 2022 +0000
+++ b/sys/arch/x68k/dev/ite.c   Thu May 26 15:05:11 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite.c,v 1.66 2022/05/26 14:33:29 tsutsui Exp $ */
+/*     $NetBSD: ite.c,v 1.67 2022/05/26 15:05:11 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.66 2022/05/26 14:33:29 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.67 2022/05/26 15:05:11 tsutsui Exp $");
 
 #include "ite.h"
 #if NITE > 0
@@ -118,10 +118,7 @@
 static int ite_zargnum(struct ite_softc *);
 static void ite_sendstr(struct ite_softc *, const char *);
 inline static int atoi(const char *);
-void ite_reset(struct ite_softc *);
 struct ite_softc *getitesp(dev_t);
-int iteon(dev_t, int);
-void iteoff(dev_t, int);
 
 struct itesw itesw[] = {
        {0,     tv_init,        tv_deinit,      0,



Home | Main Index | Thread Index | Old Index