Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/flash dont define FLASH_DEBUG in header
details: https://anonhg.NetBSD.org/src/rev/0bf7c3405c6c
branches: trunk
changeset: 766608:0bf7c3405c6c
user: ahoka <ahoka%NetBSD.org@localhost>
date: Tue Jun 28 21:01:23 2011 +0000
description:
dont define FLASH_DEBUG in header
diffstat:
sys/dev/flash/flash.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 35f1c37898fe -r 0bf7c3405c6c sys/dev/flash/flash.h
--- a/sys/dev/flash/flash.h Tue Jun 28 20:58:00 2011 +0000
+++ b/sys/dev/flash/flash.h Tue Jun 28 21:01:23 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index