Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/nand Include opt_nand.h for NAND_DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/cfb0bf1ebb39
branches:  trunk
changeset: 935571:cfb0bf1ebb39
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:22:07 2020 +0000

description:
Include opt_nand.h for NAND_DEBUG.

diffstat:

 sys/dev/nand/nand.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r aecdf4637d5f -r cfb0bf1ebb39 sys/dev/nand/nand.h
--- a/sys/dev/nand/nand.h       Mon Jul 06 10:16:12 2020 +0000
+++ b/sys/dev/nand/nand.h       Mon Jul 06 10:22:07 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nand.h,v 1.19 2018/04/19 21:50:09 christos Exp $       */
+/*     $NetBSD: nand.h,v 1.20 2020/07/06 10:22:07 rin Exp $    */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -37,6 +37,10 @@
 #include <sys/param.h>
 #include <sys/cdefs.h>
 
+#ifdef _KERNEL_OPT
+#include "opt_nand.h"
+#endif
+
 #include <sys/bufq.h>
 #include <sys/buf.h>
 #include <sys/time.h>



Home | Main Index | Thread Index | Old Index