projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18304f7
)
bus_vcxk.c: fix warning: unused variable 'lineptr'
author
Jens Scharsig
<esw@bus-elektronik.de>
Mon, 27 Jul 2009 13:28:42 +0000
(15:28 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 9 Aug 2009 20:49:16 +0000
(22:49 +0200)
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
drivers/video/bus_vcxk.c
patch
|
blob
|
history
diff --git
a/drivers/video/bus_vcxk.c
b/drivers/video/bus_vcxk.c
index
b3b53e1
..
7726bb3
100644
(file)
--- 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') &&