MIPS: Alchemy: Fix warnings in DB1x00 / PB1000 / PB1550 board setup code
authorFlorian Fainelli <florian@openwrt.org>
Sun, 18 Oct 2009 14:04:09 +0000 (16:04 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:52:56 +0000 (12:52 +0100)
commit32fc0adeb89c7e1e592bf31b7158ddc154298207
tree737385d4751364194c416ea03021e4b86cd680eb
parent66a1d9baf4962defb3fc41439e3a22e752182f9f
MIPS: Alchemy: Fix warnings in DB1x00 / PB1000 / PB1550 board setup code

This patch fixes warnings due to potentially unused
variables in board setup code or mixed variables
declaration and code (forbidden by ISO C90).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/devboards/db1x00/board_setup.c
arch/mips/alchemy/devboards/pb1000/board_setup.c
arch/mips/alchemy/devboards/pb1550/board_setup.c