ARM: remove unused arch_decomp_wdog()

With ARCH_HAS_DECOMP_WDOG removed from arch/arm/boot/compressed/decompress.c,
all the arch_decomp_wdog() definition at platform level is unneeded.
Remmove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Shawn Guo
2012-12-12 21:06:21 +08:00
父節點 07b1602161
當前提交 b632a30e8b
共有 42 個文件被更改,包括 0 次插入80 次删除

查看文件

@@ -55,6 +55,5 @@ static inline void flush(void)
/* NULL functions; we don't presently need them */
#define arch_decomp_setup()
#define arch_decomp_wdog()
#endif