9
0
Fork 0

arch/arm/cpu/cpu.c: remove unused variable

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-06-17 08:46:27 +02:00
parent c21a7fb9f1
commit 6d4ffe499f
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ int icache_status(void)
*/
void arch_shutdown(void)
{
int i;
#ifdef CONFIG_MMU
/* nearly the same as below, but this could also disable
* second level cache.