From: Corey Minyard <cminyard@xxxxxxxxxx> This is so watchdog driver (like IPMI) can set it. Signed-off-by: Corey Minyard <cminyard@xxxxxxxxxx> --- drivers/watchdog/watchdog_pretimeout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/watchdog/watchdog_pretimeout.c b/drivers/watchdog/watchdog_pretimeout.c index b45041b0ef39..270baf7b3fa0 100644 --- a/drivers/watchdog/watchdog_pretimeout.c +++ b/drivers/watchdog/watchdog_pretimeout.c @@ -95,6 +95,7 @@ int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, return 0; } +EXPORT_SYMBOL_GPL(watchdog_pretimeout_governor_set); void watchdog_notify_pretimeout(struct watchdog_device *wdd) { -- 2.17.1