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 G/C unused sc_memh from dino_softc.



details:   https://anonhg.NetBSD.org/src/rev/c0679d6e3408
branches:  trunk
changeset: 748892:c0679d6e3408
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 09 13:33:08 2009 +0000

description:
G/C unused sc_memh from dino_softc.

diffstat:

 sys/arch/hp700/dev/dino.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 8d2c426b708b -r c0679d6e3408 sys/arch/hp700/dev/dino.c
--- a/sys/arch/hp700/dev/dino.c Mon Nov 09 13:21:34 2009 +0000
+++ b/sys/arch/hp700/dev/dino.c Mon Nov 09 13:33:08 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dino.c,v 1.15 2009/11/09 13:21:34 skrll Exp $ */
+/*     $NetBSD: dino.c,v 1.16 2009/11/09 13:33:08 skrll Exp $ */
 
 /*     $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.15 2009/11/09 13:21:34 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.16 2009/11/09 13:33:08 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -114,7 +114,6 @@
        struct hp700_int_reg sc_int_reg;
        bus_space_tag_t sc_bt;
        bus_space_handle_t sc_bh;
-       bus_space_handle_t sc_memh;
        bus_dma_tag_t sc_dmat;
        volatile struct dino_regs *sc_regs;
 



Home | Main Index | Thread Index | Old Index