--- zzzz-none-000/linux-4.19.183/drivers/watchdog/watchdog_core.c 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/drivers/watchdog/watchdog_core.c 2023-06-28 08:54:20.000000000 +0000 @@ -387,6 +387,14 @@ return 0; } +#if defined(CONFIG_BCM_KF_WDT) +void watchdog_force_disable( void ) +{ + watchdog_dev_force_disable(); +} +EXPORT_SYMBOL_GPL(watchdog_force_disable); +#endif + static int __init watchdog_init(void) { int err;