From: Linus Torvalds Date: Tue, 24 May 2011 04:07:40 +0000 (-0700) Subject: kernel/watchdog.c: Use proper ANSI C prototypes X-Git-Tag: v3.0-rc1~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2e8e2b0bf0f3a1819b25f6117a7f20bd15521d;p=pandora-kernel.git kernel/watchdog.c: Use proper ANSI C prototypes We try to enforce it by using -Wstrict-prototypes, but apparently they sometimes get through. Introduced by 4eec42f39204 ("watchdog: Change the default timeout and configure nmi watchdog period based"). Reported-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed