--- zzzz-none-000/linux-4.1.52/drivers/watchdog/watchdog_core.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/drivers/watchdog/watchdog_core.h 2022-03-02 11:37:13.000000000 +0000 @@ -33,5 +33,8 @@ */ extern int watchdog_dev_register(struct watchdog_device *); extern int watchdog_dev_unregister(struct watchdog_device *); +#if defined(CONFIG_BCM_KF_WDT) +extern int watchdog_dev_force_disable( void ); +#endif extern int __init watchdog_dev_init(void); extern void __exit watchdog_dev_exit(void);