Module Name: src
Committed By: rin
Date: Mon Jul 6 10:22:07 UTC 2020
Modified Files:
src/sys/dev/nand: nand.h
Log Message:
Include opt_nand.h for NAND_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/nand/nand.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/nand/nand.h
diff -u src/sys/dev/nand/nand.h:1.19 src/sys/dev/nand/nand.h:1.20
--- src/sys/dev/nand/nand.h:1.19 Thu Apr 19 21:50:09 2018
+++ src/sys/dev/nand/nand.h Mon Jul 6 10:22:07 2020
@@ -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>