Module Name: src
Committed By: ahoka
Date: Tue Jun 28 21:01:25 UTC 2011
Modified Files:
src/sys/dev/flash: flash.h
Log Message:
dont define FLASH_DEBUG in header
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/flash/flash.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/flash/flash.h
diff -u src/sys/dev/flash/flash.h:1.4 src/sys/dev/flash/flash.h:1.5
--- src/sys/dev/flash/flash.h:1.4 Tue Jun 28 18:14:11 2011
+++ src/sys/dev/flash/flash.h Tue Jun 28 21:01:23 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: flash.h,v 1.4 2011/06/28 18:14:11 ahoka Exp $ */
+/* $NetBSD: flash.h,v 1.5 2011/06/28 21:01:23 ahoka Exp $ */
/*-
* Copyright (c) 2011 Department of Software Engineering,
@@ -41,7 +41,6 @@
#include <sys/buf.h>
#include <sys/flashio.h>
-#define FLASH_DEBUG 1
#ifdef FLASH_DEBUG
#define FLDPRINTF(x) if (flashdebug) printf x
#define FLDPRINTFN(n,x) if (flashdebug>(n)) printf x