summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:46:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:46:27 +0200
commit6d4ffe499fbd9c5c317f1086145c939a79d66d07 (patch)
tree3003d1cccba0d87046d464a53b6c23be3b05924c /arch
parentc21a7fb9f15ee1fb213e22c0e7a9d0f53b274cb2 (diff)
downloadbarebox-6d4ffe499fbd9c5c317f1086145c939a79d66d07.tar.gz
barebox-6d4ffe499fbd9c5c317f1086145c939a79d66d07.tar.xz
arch/arm/cpu/cpu.c: remove unused variable
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/cpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/cpu.c b/arch/arm/cpu/cpu.c
index 2b36a793dc..133d144e8c 100644
--- a/arch/arm/cpu/cpu.c
+++ b/arch/arm/cpu/cpu.c
@@ -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.