Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/dwc2/dist Make CONFIG_USB_DWC2_DEBUG_PERIOD...



details:   https://anonhg.NetBSD.org/src/rev/eed15ba6206a
branches:  trunk
changeset: 791298:eed15ba6206a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 12 15:13:14 2013 +0000

description:
Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile.

diffstat:

 sys/external/bsd/dwc2/dist/dwc2_hcd.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2bd06dfdd798 -r eed15ba6206a sys/external/bsd/dwc2/dist/dwc2_hcd.h
--- a/sys/external/bsd/dwc2/dist/dwc2_hcd.h     Tue Nov 12 15:08:01 2013 +0000
+++ b/sys/external/bsd/dwc2/dist/dwc2_hcd.h     Tue Nov 12 15:13:14 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc2_hcd.h,v 1.6 2013/10/05 06:51:43 skrll Exp $       */
+/*     $NetBSD: dwc2_hcd.h,v 1.7 2013/11/12 15:13:14 skrll Exp $       */
 
 /*
  * hcd.h - DesignWare HS OTG Controller host-mode declarations
@@ -508,7 +508,6 @@
 #ifdef CONFIG_USB_DWC2_DEBUG_PERIODIC
 static inline bool dbg_hc(struct dwc2_host_chan *hc) { return true; }
 static inline bool dbg_qh(struct dwc2_qh *qh) { return true; }
-static inline bool dbg_urb(struct urb *urb) { return true; }
 static inline bool dbg_perio(void) { return true; }
 #else /* !CONFIG_USB_DWC2_DEBUG_PERIODIC */
 static inline bool dbg_hc(struct dwc2_host_chan *hc)



Home | Main Index | Thread Index | Old Index