Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun2/dev Remove unused struct device menber from so...
details: https://anonhg.NetBSD.org/src/rev/2607f1a93262
branches: trunk
changeset: 782021:2607f1a93262
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Oct 13 06:27:51 2012 +0000
description:
Remove unused struct device menber from softc. from chs@
diffstat:
sys/arch/sun2/dev/cons.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a90cd611e34a -r 2607f1a93262 sys/arch/sun2/dev/cons.h
--- a/sys/arch/sun2/dev/cons.h Sat Oct 13 06:25:20 2012 +0000
+++ b/sys/arch/sun2/dev/cons.h Sat Oct 13 06:27:51 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cons.h,v 1.3 2005/12/11 12:19:16 christos Exp $ */
+/* $NetBSD: cons.h,v 1.4 2012/10/13 06:27:51 tsutsui Exp $ */
/*-
* Copyright (c) 2000 Eduardo E. Horvath
@@ -35,7 +35,6 @@
*/
struct pconssoftc {
- struct device of_dev;
struct tty *of_tty;
struct callout sc_poll_ch;
int of_flags;
Home |
Main Index |
Thread Index |
Old Index