Module Name:    src
Committed By:   christos
Date:           Sun Sep 20 01:12:30 UTC 2009

Modified Files:
        src/sys/dev/pci: toshide.c

Log Message:
remove dup decl.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/toshide.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/toshide.c
diff -u src/sys/dev/pci/toshide.c:1.1 src/sys/dev/pci/toshide.c:1.2
--- src/sys/dev/pci/toshide.c:1.1	Sat Sep 19 21:10:12 2009
+++ src/sys/dev/pci/toshide.c	Sat Sep 19 21:12:30 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: toshide.c,v 1.1 2009/09/20 01:10:12 christos Exp $	*/
+/*	$NetBSD: toshide.c,v 1.2 2009/09/20 01:12:30 christos Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: toshide.c,v 1.1 2009/09/20 01:10:12 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: toshide.c,v 1.2 2009/09/20 01:12:30 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -170,7 +170,7 @@
 	struct pciide_softc *sc = CHAN_TO_PCIIDE(chp);
 	u_int32_t idedma_ctl;
 	int drive, s;
-	pcireg_t pxdx, pxdx_prime;
+	pcireg_t pxdx;
 #ifdef TOSHIDE_DEBUG
 	pcireg_t pxdx_prime;
 #endif

Reply via email to