diff options
| -rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_gpt.c b/arch/powerpc/platforms/52xx/mpc52xx_gpt.c index 072b948b2e2d..5d7cc88dae6b 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_gpt.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_gpt.c | |||
| @@ -711,7 +711,11 @@ static int __devinit mpc52xx_gpt_wdt_init(void) | |||
| 711 | return 0; | 711 | return 0; |
| 712 | } | 712 | } |
| 713 | 713 | ||
| 714 | #define mpc52xx_gpt_wdt_setup(x, y) (0) | 714 | static inline int mpc52xx_gpt_wdt_setup(struct mpc52xx_gpt_priv *gpt, |
| 715 | const u32 *period) | ||
| 716 | { | ||
| 717 | return 0; | ||
| 718 | } | ||
| 715 | 719 | ||
| 716 | #endif /* CONFIG_MPC5200_WDT */ | 720 | #endif /* CONFIG_MPC5200_WDT */ |
| 717 | 721 | ||
