aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-12-12 21:06:21 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-01-11 10:54:03 +0800
commitb632a30e8b9f861d543728443203e4c674610ed3 (patch)
tree8760eebaa8ac1b7328f8e068593834ab977c1f9b /arch/arm/mach-ux500
parentARM: decompress: remove unused ARCH_HAS_DECOMP_WDOG (diff)
downloadlinux-dev-b632a30e8b9f861d543728443203e4c674610ed3.tar.xz
linux-dev-b632a30e8b9f861d543728443203e4c674610ed3.zip
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>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/include/mach/uncompress.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/include/mach/uncompress.h b/arch/arm/mach-ux500/include/mach/uncompress.h
index d60ecd1753f0..36969d52e53a 100644
--- a/arch/arm/mach-ux500/include/mach/uncompress.h
+++ b/arch/arm/mach-ux500/include/mach/uncompress.h
@@ -54,6 +54,4 @@ static inline void arch_decomp_setup(void)
ux500_uart_base = (void __iomem *)U8500_UART2_BASE;
}
-#define arch_decomp_wdog() /* nothing to do here */
-
#endif /* __ASM_ARCH_UNCOMPRESS_H */