]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0c6fbf154d9f2ce13048c487da6b559c60b1c0d
tree74043effab372479dac0636a966b0e8be4171418
parenta8b0e3448680a7f223cc7e29f3d87423e3095bf7
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