Module Name: src Committed By: skrll Date: Mon Feb 4 21:37:05 UTC 2013
Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Remove something that shouldn't have been committed. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/usb/dwc_otg.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/usb/dwc_otg.c diff -u src/sys/dev/usb/dwc_otg.c:1.44 src/sys/dev/usb/dwc_otg.c:1.45 --- src/sys/dev/usb/dwc_otg.c:1.44 Mon Feb 4 21:29:14 2013 +++ src/sys/dev/usb/dwc_otg.c Mon Feb 4 21:37:05 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: dwc_otg.c,v 1.44 2013/02/04 21:29:14 skrll Exp $ */ +/* $NetBSD: dwc_otg.c,v 1.45 2013/02/04 21:37:05 skrll Exp $ */ /*- * Copyright (c) 2012 Hans Petter Selasky. All rights reserved. @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dwc_otg.c,v 1.44 2013/02/04 21:29:14 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dwc_otg.c,v 1.45 2013/02/04 21:37:05 skrll Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -4097,7 +4097,6 @@ dwc_otg_init(struct dwc_otg_softc *sc) sc->sc_bus.pipe_size = sizeof(struct dwc_otg_pipe); sc->sc_noport = 1; - dotg_sc = sc; callout_init(&sc->sc_timer, CALLOUT_MPSAFE);