From 5f7dd2819e4e90887dbf95495ec7191bfd04646e Mon Sep 17 00:00:00 2001 From: ahoka Date: Tue, 28 Jun 2011 21:01:23 +0000 Subject: dont define FLASH_DEBUG in header --- sys/dev/flash/flash.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') 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 #include -#define FLASH_DEBUG 1 #ifdef FLASH_DEBUG #define FLDPRINTF(x) if (flashdebug) printf x #define FLDPRINTFN(n,x) if (flashdebug>(n)) printf x -- cgit