Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic _KERNEL_OPT protection
details: https://anonhg.NetBSD.org/src/rev/06dc90a59522
branches: trunk
changeset: 345959:06dc90a59522
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jun 17 15:57:08 2016 +0000
description:
_KERNEL_OPT protection
diffstat:
sys/dev/ic/sl811hs.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r d67341c2535c -r 06dc90a59522 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c Fri Jun 17 15:38:54 2016 +0000
+++ b/sys/dev/ic/sl811hs.c Fri Jun 17 15:57:08 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.76 2016/05/17 03:20:58 martin Exp $ */
+/* $NetBSD: sl811hs.c,v 1.77 2016/06/17 15:57:08 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,11 +68,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.76 2016/05/17 03:20:58 martin Exp $");
-
-#include "opt_slhci.h"
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.77 2016/06/17 15:57:08 skrll Exp $");
#ifdef _KERNEL_OPT
+#include "opt_slhci.h"
#include "opt_usb.h"
#endif
Home |
Main Index |
Thread Index |
Old Index