kernel/watchdog.c: Use proper ANSI C prototypes
[pandora-kernel.git] / kernel / watchdog.c
index 6e63097..7daa4b0 100644 (file)
@@ -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;
 }