CRISv32: Avoid warning of unused variable
authorJesper Nilsson <jespern@axis.com>
Thu, 15 Jan 2015 16:49:02 +0000 (17:49 +0100)
committerJesper Nilsson <jespern@axis.com>
Thu, 29 Jan 2015 09:10:08 +0000 (10:10 +0100)
Avoids the warning about:
warning: 'bite_in_progress' defined but not used [-Wunused-variable]

Variable is only used if the Kconfig CONFIG_ETRAX_WATCHDOG_NICE_DOGGY
is set.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/arch-v32/kernel/time.c

Simple merge