]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-rp: added one cleanup patch for w100fb
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 15 Oct 2007 10:34:48 +0000 (10:34 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 15 Oct 2007 10:34:48 +0000 (10:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2876 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch [new file with mode: 0644]
meta/packages/linux/linux-rp_2.6.23.bb

diff --git a/meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch b/meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch
new file mode 100644 (file)
index 0000000..8cbbb6b
--- /dev/null
@@ -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;
index 6e9b30423b12d75a28114e6d02f11d835b895b7f..16858800b7191bc82e19fb448d53bfd22cf42901 100644 (file)
@@ -39,6 +39,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
            ${RPSRC}/pxa27x_overlay-r6.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r1.patch;patch=1 \
            ${RPSRC}/w100_extmem-r1.patch;patch=1 \
+           file://w100fb-unused-var.patch;patch=1 \
            file://hostap-monitor-mode.patch;patch=1 \
            file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
            ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \