]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
video: cfb_console: fix build warnings
authorAnatolij Gustschin <agust@denx.de>
Wed, 7 Dec 2011 03:58:10 +0000 (03:58 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 7 Dec 2011 20:32:19 +0000 (21:32 +0100)
commita45adde9f7939959c89b18aae6380e9c5121a1ba
treebcf4dd4e27709848d554e29ac3e431fa20993f80
parent1affd5c195bc57ef5155426c12f81ea3fc8a37d6
video: cfb_console: fix build warnings

Fix:
cfb_console.c:371: warning: 'cursor_state' defined but not used
cfb_console.c:372: warning: 'old_col' defined but not used
cfb_console.c:373: warning: 'old_row' defined but not used
cfb_console.c:435: warning: 'video_invertchar' defined but not used

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Tested-by: Wolfgang Denk <wd@denx.de>
drivers/video/cfb_console.c