From 502589777416aaee32e4ba1682c6eb3aa3a88e1c Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Wed, 7 Jun 2017 17:33:11 +0200 Subject: powerpc, 5xx: remove support for 5xx There was for long time no activity in the 5xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 5xx, so remove it. Signed-off-by: Heiko Schocher --- include/watchdog.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/watchdog.h') diff --git a/include/watchdog.h b/include/watchdog.h index 0055a837c3..20ac59a8b0 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -72,11 +72,6 @@ int init_func_watchdog_reset(void); * Prototypes from $(CPU)/cpu.c. */ -/* MPC 5xx */ -#if defined(CONFIG_5xx) && !defined(__ASSEMBLY__) - void reset_5xx_watchdog(volatile immap_t *immr); -#endif - /* MPC 5xxx */ #if defined(CONFIG_MPC5xxx) && !defined(__ASSEMBLY__) void reset_5xxx_watchdog(void); -- cgit v1.2.3