Re: [PATCH] powerpc: mpc85xx: Fix compilation with CONFIG_WDT

2022-06-04 Thread Pali Rohár
PING On Thursday 28 April 2022 13:31:43 Pali Rohár wrote: > When CONFIG_WDT is enabled then non-DM watchdog code cannot be used due to > conflicting functions like watchdog_reset(). So disable compilation of > mpc85xx watchdog_reset() function when CONFIG_WDT is enabled. > > Signed-off-by: Pali R

[PATCH] powerpc: mpc85xx: Fix compilation with CONFIG_WDT

2022-04-28 Thread Pali Rohár
When CONFIG_WDT is enabled then non-DM watchdog code cannot be used due to conflicting functions like watchdog_reset(). So disable compilation of mpc85xx watchdog_reset() function when CONFIG_WDT is enabled. Signed-off-by: Pali Rohár --- arch/powerpc/cpu/mpc85xx/cpu.c | 2 ++ 1 file changed, 2 i