Include an additional header to make the declarations for
functions 'watchdog_*' visible prior to their definition in the
file, thereby resolving the violations of MISRA C:2012 Rule 8.4.
No functional change.
Fixes: c8177e691f0f ("watchdog: Move watchdog from being x86 specific to common code")
Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
#include <xen/console.h>
#include <xen/smp.h>
#include <xen/keyhandler.h>
+#include <xen/watchdog.h>
#include <xen/cpu.h>
#include <asm/current.h>
#include <asm/mc146818rtc.h>