Module Name:    src
Committed By:   tsutsui
Date:           Thu May 26 15:05:11 UTC 2022

Modified Files:
        src/sys/arch/x68k/dev: ite.c

Log Message:
Remove duplicated function declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x68k/dev/ite.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/x68k/dev/ite.c
diff -u src/sys/arch/x68k/dev/ite.c:1.66 src/sys/arch/x68k/dev/ite.c:1.67
--- src/sys/arch/x68k/dev/ite.c:1.66	Thu May 26 14:33:29 2022
+++ src/sys/arch/x68k/dev/ite.c	Thu May 26 15:05:11 2022
@@ -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_argnum(struct ite_softc *
 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,

Reply via email to