]> 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)
commit01085d957bc66ce04167059a0a2964264879ba11
tree74043effab372479dac0636a966b0e8be4171418
parent1b51e138e71a244697c052e84d7d5c636be13783
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