diff options
| author | ahoka <ahoka@NetBSD.org> | 2011-06-28 21:01:23 +0000 |
|---|---|---|
| committer | ahoka <ahoka@NetBSD.org> | 2011-06-28 21:01:23 +0000 |
| commit | 5f7dd2819e4e90887dbf95495ec7191bfd04646e (patch) | |
| tree | b8e4addfcbeb588d8f46c5b6e097be9dd45477c8 /sys/dev/flash/flash.h | |
| parent | 3240c39e02eb8172b0123876604712f7657332ed (diff) | |
dont define FLASH_DEBUG in header
Diffstat (limited to 'sys/dev/flash/flash.h')
| -rw-r--r-- | sys/dev/flash/flash.h | 3 |
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 |
