summaryrefslogtreecommitdiff
path: root/sys/dev/flash
diff options
context:
space:
mode:
authorahoka <ahoka@NetBSD.org>2011-06-28 21:01:23 +0000
committerahoka <ahoka@NetBSD.org>2011-06-28 21:01:23 +0000
commit5f7dd2819e4e90887dbf95495ec7191bfd04646e (patch)
treeb8e4addfcbeb588d8f46c5b6e097be9dd45477c8 /sys/dev/flash
parent3240c39e02eb8172b0123876604712f7657332ed (diff)
dont define FLASH_DEBUG in header
Diffstat (limited to 'sys/dev/flash')
-rw-r--r--sys/dev/flash/flash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/flash/flash.h b/sys/dev/flash/flash.h
index 12e711cbd4b..b93272969a8 100644
--- a/sys/dev/flash/flash.h
+++ b/sys/dev/flash/flash.h
@@ -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