kernel/watchdog.c: Use proper ANSI C prototypes
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2011 04:07:40 +0000 (21:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2011 04:07:40 +0000 (21:07 -0700)
commit5f2e8e2b0bf0f3a1819b25f6117a7f20bd15521d
treef7188c9376072d0ad37ae06832a2554dec320c67
parent5e152b4c9e0fce6149c74406346a7ae7e7a17727
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 <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/watchdog.c