diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-23 13:11:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-23 13:11:51 +0000 |
commit | 79feff84d18b7b834da765114a892650eb720b77 (patch) | |
tree | 609a4d09038dcd04e3a92f96c175ce46ffe011e2 /packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch | |
parent | 3d47489f97efa97b856febf65edcd66c1bd48f76 (diff) |
linux-rp: merge .23 and .23+git from poky
Diffstat (limited to 'packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch')
-rw-r--r-- | packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch b/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch new file mode 100644 index 0000000000..8cbbb6bd01 --- /dev/null +++ b/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch @@ -0,0 +1,17 @@ +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; + |