]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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>

No differences found