Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/stand/boot Remove unused bmcintr() function.
details: https://anonhg.NetBSD.org/src/rev/527e4427affa
branches: trunk
changeset: 784162:527e4427affa
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jan 20 14:03:40 2013 +0000
description:
Remove unused bmcintr() function.
diffstat:
sys/arch/luna68k/stand/boot/bmc.c | 7 +------
sys/arch/luna68k/stand/boot/samachdep.h | 3 +--
2 files changed, 2 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r d3dd75a05c6f -r 527e4427affa sys/arch/luna68k/stand/boot/bmc.c
--- a/sys/arch/luna68k/stand/boot/bmc.c Sun Jan 20 14:03:28 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/bmc.c Sun Jan 20 14:03:40 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bmc.c,v 1.2 2013/01/20 13:35:43 tsutsui Exp $ */
+/* $NetBSD: bmc.c,v 1.3 2013/01/20 14:03:40 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -80,11 +80,6 @@
#include <luna68k/stand/boot/rcvbuf.h>
#include <luna68k/stand/boot/preset.h>
-void
-bmcintr(void)
-{
-}
-
/*
* Following are all routines needed for SIO to act as console
*/
diff -r d3dd75a05c6f -r 527e4427affa sys/arch/luna68k/stand/boot/samachdep.h
--- a/sys/arch/luna68k/stand/boot/samachdep.h Sun Jan 20 14:03:28 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/samachdep.h Sun Jan 20 14:03:40 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: samachdep.h,v 1.6 2013/01/16 15:46:20 tsutsui Exp $ */
+/* $NetBSD: samachdep.h,v 1.7 2013/01/20 14:03:40 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -59,7 +59,6 @@
void find_devs(void);
/* bmc.c */
-void bmcintr(void);
void bmccnprobe(struct consdev *);
void bmccninit(struct consdev *);
int bmccngetc(dev_t);
Home |
Main Index |
Thread Index |
Old Index