Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/dev G/C unused struct
details: https://anonhg.NetBSD.org/src/rev/5fb5c33c700c
branches: trunk
changeset: 356787:5fb5c33c700c
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 12 20:05:42 2017 +0000
description:
G/C unused struct
diffstat:
sys/arch/evbarm/dev/plcomvar.h | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r f772cb0c37e9 -r 5fb5c33c700c sys/arch/evbarm/dev/plcomvar.h
--- a/sys/arch/evbarm/dev/plcomvar.h Thu Oct 12 19:59:22 2017 +0000
+++ b/sys/arch/evbarm/dev/plcomvar.h Thu Oct 12 20:05:42 2017 +0000
@@ -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_registers *pi_regs;
};
-struct plcomcons_info {
- int rate;
- int frequency;
- int type;
-
- tcflag_t cflag;
-};
-
struct plcom_softc {
device_t sc_dev;
Home |
Main Index |
Thread Index |
Old Index