commit | 6e9101aeec39961308176e0f59e73ac5d37d243a | [log] [tgz] |
---|---|---|
author | Ingo Molnar <[email protected]> | Tue May 24 05:43:18 2011 +0200 |
committer | Ingo Molnar <[email protected]> | Tue May 24 05:53:39 2011 +0200 |
tree | 7747bc5884e9e663492e53efaa15ff1f873e7d90 | |
parent | 0f61f3e4db71946292ef8d6d6df74b8fcf001646 [diff] |
watchdog: Fix non-standard prototype of get_softlockup_thresh() This build warning slipped through: kernel/watchdog.c:102: warning: function declaration isn't a prototype As reported by Stephen Rothwell. Also address an unused variable warning that GCC 4.6.0 reports: we cannot do anything about failed watchdog ops during CPU hotplug (it's not serious enough to return an error from the notifier), so ignore them. Reported-by: Stephen Rothwell <[email protected]> Cc: Mandeep Singh Baines <[email protected]> Cc: Marcin Slusarz <[email protected]> Cc: Don Zickus <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Frederic Weisbecker <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> LKML-Reference: <[email protected]>