diff options
Diffstat (limited to 'common/docecc.c')
-rw-r--r-- | common/docecc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/docecc.c b/common/docecc.c index cf45e0f..79adb48 100644 --- a/common/docecc.c +++ b/common/docecc.c @@ -28,13 +28,13 @@ #include <common.h> #include <malloc.h> -#include <linux/mtd/doc2000.h> - #undef ECC_DEBUG #undef PSYCHO_DEBUG #if (CONFIG_COMMANDS & CFG_CMD_DOC) +#include <linux/mtd/doc2000.h> + /* need to undef it (from asm/termbits.h) */ #undef B0 |