Module Name:    src
Committed By:   tsutsui
Date:           Sat Oct 13 06:27:51 UTC 2012

Modified Files:
        src/sys/arch/sun2/dev: cons.h

Log Message:
Remove unused struct device menber from softc. from chs@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sun2/dev/cons.h

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/sun2/dev/cons.h
diff -u src/sys/arch/sun2/dev/cons.h:1.3 src/sys/arch/sun2/dev/cons.h:1.4
--- src/sys/arch/sun2/dev/cons.h:1.3	Sun Dec 11 12:19:16 2005
+++ src/sys/arch/sun2/dev/cons.h	Sat Oct 13 06:27:51 2012
@@ -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;

Reply via email to