Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Include opt_usb.h so that "options UAUDIO_DEBUG"...



details:   https://anonhg.NetBSD.org/src/rev/f1d9fbc3f305
branches:  trunk
changeset: 335852:f1d9fbc3f305
user:      gson <gson%NetBSD.org@localhost>
date:      Mon Jan 26 09:25:08 2015 +0000

description:
Include opt_usb.h so that "options UAUDIO_DEBUG" works.

diffstat:

 sys/dev/usb/uaudio.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3ed596aca760 -r f1d9fbc3f305 sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c      Mon Jan 26 08:55:41 2015 +0000
+++ b/sys/dev/usb/uaudio.c      Mon Jan 26 09:25:08 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uaudio.c,v 1.140 2014/09/22 14:25:32 nat Exp $ */
+/*     $NetBSD: uaudio.c,v 1.141 2015/01/26 09:25:08 gson Exp $        */
 
 /*
  * Copyright (c) 1999, 2012 The NetBSD Foundation, Inc.
@@ -37,7 +37,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.140 2014/09/22 14:25:32 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.141 2015/01/26 09:25:08 gson Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_usb.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index