Module Name: src
Committed By: kiyohara
Date: Mon Aug 10 23:08:12 UTC 2009
Modified Files:
src/sys/arch/arm/xscale: pxa2x0_ohci.c
Log Message:
Remove unused variable powman_ioh.
It is used in GUMSTIX ohci patch.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/pxa2x0_ohci.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/arch/arm/xscale/pxa2x0_ohci.c
diff -u src/sys/arch/arm/xscale/pxa2x0_ohci.c:1.6 src/sys/arch/arm/xscale/pxa2x0_ohci.c:1.7
--- src/sys/arch/arm/xscale/pxa2x0_ohci.c:1.6 Sun Aug 9 06:12:34 2009
+++ src/sys/arch/arm/xscale/pxa2x0_ohci.c Mon Aug 10 23:08:12 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_ohci.c,v 1.6 2009/08/09 06:12:34 kiyohara Exp $ */
+/* $NetBSD: pxa2x0_ohci.c,v 1.7 2009/08/10 23:08:12 kiyohara Exp $ */
/* $OpenBSD: pxa2x0_ohci.c,v 1.19 2005/04/08 02:32:54 dlg Exp $ */
/*
@@ -70,7 +70,6 @@
{
struct pxaohci_softc *sc = device_private(self);
struct pxaip_attach_args *pxa = aux;
- bus_space_handle_t powman_ioh;
usbd_status r;
#ifdef USB_DEBUG