Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Pullin opt_usb for UPLCOM_DEBUG
details: https://anonhg.NetBSD.org/src/rev/bd00c78df840
branches: trunk
changeset: 345170:bd00c78df840
user: skrll <skrll%NetBSD.org@localhost>
date: Wed May 11 06:38:04 2016 +0000
description:
Pullin opt_usb for UPLCOM_DEBUG
diffstat:
sys/dev/usb/uplcom.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 87ee9bca12ed -r bd00c78df840 sys/dev/usb/uplcom.c
--- a/sys/dev/usb/uplcom.c Wed May 11 06:07:52 2016 +0000
+++ b/sys/dev/usb/uplcom.c Wed May 11 06:38:04 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uplcom.c,v 1.77 2016/04/23 10:15:32 skrll Exp $ */
+/* $NetBSD: uplcom.c,v 1.78 2016/05/11 06:38:04 skrll Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -34,8 +34,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.77 2016/04/23 10:15:32 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.78 2016/05/11 06:38:04 skrll Exp $");
+#ifdef _KERNEL_OPT
+#include "opt_usb.h"
+#endif
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
Home |
Main Index |
Thread Index |
Old Index