commit | f6ac14eae0a994a654b72863fc5264b771ee1325 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Apr 28 13:31:43 2022 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Jun 20 09:18:26 2022 +0800 |
tree | 87ef5b243f5ea2fb16553d4f2ef87a58a51ee20c | |
parent | c4ab6fdca829fa90855e7b19b3b6821e5392f4d6 [diff] |
powerpc: mpc85xx: Fix compilation with CONFIG_WDT 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 <pali@kernel.org>