summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorJens Scharsig <esw@bus-elektronik.de>2009-07-27 15:28:42 +0200
committerWolfgang Denk <wd@denx.de>2009-08-09 22:49:16 +0200
commit1c6232f1e2eae87e0e36d489611eb6891dff21e1 (patch)
tree766f0aa4ba85812fc7e8f93a67e2dc0b54cfb750 /drivers/video
parent18304f7675e84252965b4e24cba279071f1da472 (diff)
downloadtalos-obmc-uboot-1c6232f1e2eae87e0e36d489611eb6891dff21e1.tar.gz
talos-obmc-uboot-1c6232f1e2eae87e0e36d489611eb6891dff21e1.zip
bus_vcxk.c: fix warning: unused variable 'lineptr'
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/bus_vcxk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c
index b3b53e12bc..7726bb3193 100644
--- a/drivers/video/bus_vcxk.c
+++ b/drivers/video/bus_vcxk.c
@@ -380,7 +380,6 @@ int vcxk_display_bitmap(ulong addr, int x, int y)
unsigned long c_width;
unsigned long c_height;
unsigned char *dataptr;
- unsigned char *lineptr;
bmp = (bmp_image_t *) addr;
if ((bmp->header.signature[0] == 'B') &&
OpenPOWER on IntegriCloud