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)
commit00c5794d2df7a8586d4c1dc11c54ea5714fbe17f
tree74043effab372479dac0636a966b0e8be4171418
parent134115cd609d53c25fef99dba75857961a63d8a7
CRISv32: Avoid warning of unused variable

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