Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/dev Remove the (never used) struct device fro...



details:   https://anonhg.NetBSD.org/src/rev/b1c043e4dc25
branches:  trunk
changeset: 781963:b1c043e4dc25
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Oct 10 16:51:10 2012 +0000

description:
Remove the (never used) struct device from ssio_softc.

>From chuq.

diffstat:

 sys/arch/hp700/dev/ssio.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8967835399a5 -r b1c043e4dc25 sys/arch/hp700/dev/ssio.c
--- a/sys/arch/hp700/dev/ssio.c Wed Oct 10 16:08:14 2012 +0000
+++ b/sys/arch/hp700/dev/ssio.c Wed Oct 10 16:51:10 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ssio.c,v 1.3 2012/04/14 06:04:34 skrll Exp $   */
+/*     $NetBSD: ssio.c,v 1.4 2012/10/10 16:51:10 skrll Exp $   */
 
 /*     $OpenBSD: ssio.c,v 1.7 2009/03/08 22:19:04 miod Exp $   */
 
@@ -106,8 +106,6 @@
 struct ssio_iv ssio_intr_table[SSIO_NINTS];
 
 struct ssio_softc {
-       struct device sc_dev;
-
        bus_space_tag_t sc_iot;
        bus_space_handle_t sc_ic1h;
        bus_space_handle_t sc_ic2h;



Home | Main Index | Thread Index | Old Index