]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Fix a warning added by 76ec988
authorJoe Hershberger <joe.hershberger@ni.com>
Thu, 21 May 2015 19:16:13 +0000 (14:16 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:09 +0000 (22:47 +0200)
commit0717b22cd230d3d3f1ab9c957d7703bf75e8963f
treec0cdd0e62b0fdbd5f2e0f9bde6d5aeb054eac9f6
parent02602c3fb4eb57ff51aab636801ab3edbb5370b3
net: Fix a warning added by 76ec988

arm:  +   lsxhl
w+board/buffalo/lsxl/lsxl.c: In function 'rescue_mode':
w+board/buffalo/lsxl/lsxl.c:230:8: warning: unused variable 'enetaddr' [-Wunused-variable]
       arm:  +   lschlv2
w+board/buffalo/lsxl/lsxl.c: In function 'rescue_mode':
w+board/buffalo/lsxl/lsxl.c:230:8: warning: unused variable 'enetaddr' [-Wunused-variable]

Remove the unused variable.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
board/buffalo/lsxl/lsxl.c