summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/w100fb-unused-var.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-24 10:51:45 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-24 10:51:45 +0000
commit354c5431349e0487995bebd0fb031f6e431d873f (patch)
treef170d4c4debec61002ff6e8ba672d5dbe362fce8 /meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/w100fb-unused-var.patch
parent6e23136cc799c75f81840e933707c3411fbcd584 (diff)
downloadopenembedded-core-354c5431349e0487995bebd0fb031f6e431d873f.tar.gz
openembedded-core-354c5431349e0487995bebd0fb031f6e431d873f.tar.bz2
openembedded-core-354c5431349e0487995bebd0fb031f6e431d873f.tar.xz
openembedded-core-354c5431349e0487995bebd0fb031f6e431d873f.zip
linux-rp: upgraded from 2.6.23+git to 2.6.24-rc1
Updated patches: - hx2750_base - pxa27x_overlay - squashfs3 (does not build anyway) Disabled patches: - input_power (does not like LONG() function) - tsc2101 (breaks Kconfig - something with MACH_HX2750) - squashfs3 Builds for c7x0 but is too big. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2951 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/w100fb-unused-var.patch')
-rw-r--r--meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/w100fb-unused-var.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/w100fb-unused-var.patch b/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/w100fb-unused-var.patch
new file mode 100644
index 000000000..8cbbb6bd0
--- /dev/null
+++ b/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc1/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;
+