Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove something that shouldn't have been commit...
details: https://anonhg.NetBSD.org/src/rev/2d3ff3a04fab
branches: trunk
changeset: 784645:2d3ff3a04fab
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Feb 04 21:37:05 2013 +0000
description:
Remove something that shouldn't have been committed.
diffstat:
sys/dev/usb/dwc_otg.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8e406f493ce1 -r 2d3ff3a04fab sys/dev/usb/dwc_otg.c
--- a/sys/dev/usb/dwc_otg.c Mon Feb 04 21:35:44 2013 +0000
+++ b/sys/dev/usb/dwc_otg.c Mon Feb 04 21:37:05 2013 +0000
@@ -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 @@
sc->sc_bus.pipe_size = sizeof(struct dwc_otg_pipe);
sc->sc_noport = 1;
- dotg_sc = sc;
callout_init(&sc->sc_timer, CALLOUT_MPSAFE);
Home |
Main Index |
Thread Index |
Old Index