diff options
Diffstat (limited to 'arch/arm/boot/compressed/decompress.c')
-rw-r--r-- | arch/arm/boot/compressed/decompress.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/compressed/decompress.c b/arch/arm/boot/compressed/decompress.c index 9deb56a702ce..24b0475cb8bf 100644 --- a/arch/arm/boot/compressed/decompress.c +++ b/arch/arm/boot/compressed/decompress.c | |||
@@ -13,8 +13,6 @@ extern void error(char *); | |||
13 | #define STATIC static | 13 | #define STATIC static |
14 | #define STATIC_RW_DATA /* non-static please */ | 14 | #define STATIC_RW_DATA /* non-static please */ |
15 | 15 | ||
16 | #define ARCH_HAS_DECOMP_WDOG | ||
17 | |||
18 | /* Diagnostic functions */ | 16 | /* Diagnostic functions */ |
19 | #ifdef DEBUG | 17 | #ifdef DEBUG |
20 | # define Assert(cond,msg) {if(!(cond)) error(msg);} | 18 | # define Assert(cond,msg) {if(!(cond)) error(msg);} |