pinctrl: a3700: Fix uart2 group selection register mask
[oweals/u-boot.git] / include / watchdog.h
index 20ac59a8b0c1a696621586f0bd4408031738e86c..322dda79f070ef748c8e22891e2276053f6ea51d 100644 (file)
@@ -72,11 +72,6 @@ int init_func_watchdog_reset(void);
  * Prototypes from $(CPU)/cpu.c.
  */
 
-/* MPC 5xxx */
-#if defined(CONFIG_MPC5xxx) && !defined(__ASSEMBLY__)
-       void reset_5xxx_watchdog(void);
-#endif
-
 /* AMCC 4xx */
 #if defined(CONFIG_4xx) && !defined(__ASSEMBLY__)
        void reset_4xx_watchdog(void);