Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/vr remove unused functions to make compile



details:   https://anonhg.NetBSD.org/src/rev/e716c57c9024
branches:  trunk
changeset: 556877:e716c57c9024
user:      igy <igy%NetBSD.org@localhost>
date:      Mon Dec 29 12:28:14 2003 +0000

description:
remove unused functions to make compile

diffstat:

 sys/arch/hpcmips/vr/vr4181aiu.c |  16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diffs (37 lines):

diff -r f3821e8e0409 -r e716c57c9024 sys/arch/hpcmips/vr/vr4181aiu.c
--- a/sys/arch/hpcmips/vr/vr4181aiu.c   Mon Dec 29 11:42:09 2003 +0000
+++ b/sys/arch/hpcmips/vr/vr4181aiu.c   Mon Dec 29 12:28:14 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vr4181aiu.c,v 1.2 2003/07/15 02:29:35 lukem Exp $ */
+/* $NetBSD: vr4181aiu.c,v 1.3 2003/12/29 12:28:14 igy Exp $ */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vr4181aiu.c,v 1.2 2003/07/15 02:29:35 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vr4181aiu.c,v 1.3 2003/12/29 12:28:14 igy Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -366,18 +366,6 @@
        return 0;
 }
 
-int
-vr4181aiupoll(dev_t dev, int events, struct proc *p)
-{
-       return 0;
-}
-
-int
-vr4181aiuioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
-{
-       return 0;
-}
-
 /*
  * interrupt handler
  */



Home | Main Index | Thread Index | Old Index