]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
actua1/actua2/actua3: Fix multiple unused variable warnings
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 24 Feb 2008 23:03:10 +0000 (00:03 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Mar 2008 20:12:06 +0000 (21:12 +0100)
commitc9bcf75fecc58886af77d2a571cff2eab39eab6f
treed839639332c5ad31bdfe643de46d5951b71e630e
parentf8fa6368a6a0c02164da8e2f52f18d457c6977bd
actua1/actua2/actua3: Fix multiple unused variable warnings

- actua1:
actux1.c: In function 'checkboard':
actux1.c:92: warning: unused variable 'revision'

- actua2:
actux2.c: In function 'checkboard':
actux2.c:100: warning: unused variable 's'
actux2.c:99: warning: unused variable 'revision'
actux2.c: In function 'reset_phy':
actux2.c:130: warning: unused variable 'i'

- actua3:
actux3.c: In function 'checkboard':
actux3.c:114: warning: unused variable 'revision'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/actux1/actux1.c
board/actux2/actux2.c
board/actux3/actux3.c