]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32:board.c: fix compile warning
authorAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 25 May 2012 10:29:33 +0000 (12:29 +0200)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 4 Jun 2012 07:21:34 +0000 (09:21 +0200)
commitd3a105a26f89ba9f43800f9452907e01b8211da5
tree7f973abc4ffce195b30d0969a685489d2a699720
parenteba00ab4050bd1b39f20ed1186181ab727085bfc
avr32:board.c: fix compile warning

This patch fixes following warning:

---8<---
board.c: In function 'board_init_r':
board.c:257: warning: unused variable 's'
--->8---

Patch de30122bb58fee7b0f94bcfabab595b6ad757336 missed to remove this variable
too.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/avr32/lib/board.c