commit | 1ff5f55a8c7b011f818434923a93afc48de0b2ee | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Jan 10 21:58:38 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Fri Jan 11 13:55:35 2013 +0800 |
tree | 7a4adde0149e061570d4b9520d9a8ab22c2ff83a | |
parent | b632a30e8b9f861d543728443203e4c674610ed3 [diff] |
ARM: samsung: remove unused arch_decomp_wdog() code Besides the fact that CONFIG_S3C_BOOT_WATCHDOG is defined nowhere, with ARCH_HAS_DECOMP_WDOG removed from arch/arm/boot/compressed/decompress.c, all the arch_decomp_wdog() related code is not used. Remove them. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Kukjin Kim <kgene.kim@samsung.com>