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 Fix non-DWC2_DEBUG build.



details:   https://anonhg.NetBSD.org/src/rev/93b1fc424469
branches:  trunk
changeset: 328473:93b1fc424469
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Apr 04 05:40:57 2014 +0000

description:
Fix non-DWC2_DEBUG build.

diffstat:

 sys/external/bsd/dwc2/dist/dwc2_coreintr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r e836ff7bbd0c -r 93b1fc424469 sys/external/bsd/dwc2/dist/dwc2_coreintr.c
--- a/sys/external/bsd/dwc2/dist/dwc2_coreintr.c        Fri Apr 04 05:10:15 2014 +0000
+++ b/sys/external/bsd/dwc2/dist/dwc2_coreintr.c        Fri Apr 04 05:40:57 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc2_coreintr.c,v 1.7 2014/04/03 06:34:58 skrll Exp $  */
+/*     $NetBSD: dwc2_coreintr.c,v 1.8 2014/04/04 05:40:57 skrll Exp $  */
 
 /*
  * core_intr.c - DesignWare HS OTG Controller common interrupt handling
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc2_coreintr.c,v 1.7 2014/04/03 06:34:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc2_coreintr.c,v 1.8 2014/04/04 05:40:57 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -82,6 +82,7 @@
                return "unknown";
        }
 }
+#endif
 
 /**
  * dwc2_handle_usb_port_intr - handles OTG PRTINT interrupts.
@@ -102,7 +103,6 @@
        /* Clear interrupt */
        DWC2_WRITE_4(hsotg, GINTSTS, GINTSTS_PRTINT);
 }
-#endif
 
 /**
  * dwc2_handle_mode_mismatch_intr() - Logs a mode mismatch warning message



Home | Main Index | Thread Index | Old Index