Files
poky/meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch
Marcin Juszkiewicz c69e329b0d linux-rp: added one cleanup patch for w100fb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2876 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-15 10:34:48 +00:00

18 lines
663 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From: Marcin Juszkiewicz <openembedded@haerwu.biz>
drivers/video/w100fb.c: In function w100fb_imageblit:
drivers/video/w100fb.c:507: warning: unused variable par
Signed-off-by: Marcin Juszkiewicz <openembedded@haerwu.biz>
--- linux-2.6.23/drivers/video/w100fb.c 2007-10-11 16:52:30.000000000 +0200
+++ linux-2.6.23/drivers/video/w100fb.c 2007-10-15 12:56:01.000000000 +0200
@@ -504,7 +504,6 @@ static void w100_hostdata(u32 width, u32
static void w100fb_imageblit(struct fb_info *info,
const struct fb_image *image)
{
- struct w100fb_par *par = info->par;
union dp_gui_master_cntl_u gmc;
u32 fgcolor, bgcolor;