diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 6e63097fa73a8082ebe189b35f367e837ee21bef..7daa4b072e9fca1cfcf8e2c0dbd3d0b7cbfb63bc 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -98,7 +98,7 @@ __setup("nosoftlockup", nosoftlockup_setup); * the thresholds with a factor: we make the soft threshold twice the amount of * time the hard threshold is. */ -static int get_softlockup_thresh() +static int get_softlockup_thresh(void) { return watchdog_thresh * 2; }