Module Name:    src
Committed By:   skrll
Date:           Thu Oct 12 20:05:42 UTC 2017

Modified Files:
        src/sys/arch/evbarm/dev: plcomvar.h

Log Message:
G/C unused struct


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/dev/plcomvar.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/evbarm/dev/plcomvar.h
diff -u src/sys/arch/evbarm/dev/plcomvar.h:1.16 src/sys/arch/evbarm/dev/plcomvar.h:1.17
--- src/sys/arch/evbarm/dev/plcomvar.h:1.16	Mon Apr 13 21:18:41 2015
+++ src/sys/arch/evbarm/dev/plcomvar.h	Thu Oct 12 20:05:42 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: plcomvar.h,v 1.16 2015/04/13 21:18:41 riastradh Exp $	*/
+/*	$NetBSD: plcomvar.h,v 1.17 2017/10/12 20:05:42 skrll Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -84,14 +84,6 @@ struct plcom_instance {
 	struct plcom_registers	*pi_regs;
 };
 
-struct plcomcons_info {
-	int	rate;
-	int	frequency;
-	int	type;
-
-	tcflag_t	cflag;
-};
-    
 struct plcom_softc {
 	device_t sc_dev;
 

Reply via email to