Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cardbus Remove now-unused 'int pmreg'.



details:   https://anonhg.NetBSD.org/src/rev/f42253fe954c
branches:  trunk
changeset: 566429:f42253fe954c
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Sun May 09 01:39:41 2004 +0000

description:
Remove now-unused 'int pmreg'.

diffstat:

 sys/dev/cardbus/if_tlp_cardbus.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4122e336cb22 -r f42253fe954c sys/dev/cardbus/if_tlp_cardbus.c
--- a/sys/dev/cardbus/if_tlp_cardbus.c  Sun May 09 01:31:27 2004 +0000
+++ b/sys/dev/cardbus/if_tlp_cardbus.c  Sun May 09 01:39:41 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_cardbus.c,v 1.40 2004/05/08 23:40:01 christos Exp $     */
+/*     $NetBSD: if_tlp_cardbus.c,v 1.41 2004/05/09 01:39:41 jonathan Exp $     */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tlp_cardbus.c,v 1.40 2004/05/08 23:40:01 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tlp_cardbus.c,v 1.41 2004/05/09 01:39:41 jonathan Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
@@ -597,7 +597,6 @@
        cardbus_chipset_tag_t cc = ct->ct_cc;
        cardbus_function_tag_t cf = ct->ct_cf;
        pcireg_t reg;
-       int pmreg;
 
        /*
         * Check to see if the device is in power-save mode, and



Home | Main Index | Thread Index | Old Index