Re: [PATCH] kernel/watchdog: add missing prototypes for weak functions

2018-11-06 Thread Mathieu Malaterre
ping ? On Wed, Jun 6, 2018 at 9:42 PM Mathieu Malaterre wrote: > > In commit 73ce0511c436 ("kernel/watchdog.c: move hardlockup detector to > separate file") two new functions were added ‘watchdog_nmi_enable’ and > ‘watchdog_nmi_disable’ the functions were changed from static to weak. > In which ca

[PATCH] kernel/watchdog: add missing prototypes for weak functions

2018-06-06 Thread Mathieu Malaterre
In commit 73ce0511c436 ("kernel/watchdog.c: move hardlockup detector to separate file") two new functions were added ‘watchdog_nmi_enable’ and ‘watchdog_nmi_disable’ the functions were changed from static to weak. In which case expose the function declarations in header file. Silence the following