summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc0+git/pxa_fb_overlay.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-rc0+git/pxa_fb_overlay.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-rc0+git/pxa_fb_overlay.patch')
-rw-r--r--meta/packages/linux/linux-rp-2.6.23+2.6.24-rc0+git/pxa_fb_overlay.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc0+git/pxa_fb_overlay.patch b/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc0+git/pxa_fb_overlay.patch
deleted file mode 100644
index 49c59b327..000000000
--- a/meta/packages/linux/linux-rp-2.6.23+2.6.24-rc0+git/pxa_fb_overlay.patch
+++ /dev/null
@@ -1,26 +0,0 @@
----
- drivers/video/pxafb.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: linux-2.6.22/drivers/video/pxafb.h
-===================================================================
---- linux-2.6.22.orig/drivers/video/pxafb.h 2007-09-25 15:44:42.000000000 +0200
-+++ linux-2.6.22/drivers/video/pxafb.h 2007-09-25 15:45:07.000000000 +0200
-@@ -36,7 +36,7 @@
- struct fb_bitfield transp;
- };
-
--#ifdef CONFIG_PXA27x
-+#if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx)
- /* PXA Overlay Framebuffer Support */
- struct overlayfb_info
- {
-@@ -142,7 +142,7 @@
- wait_queue_head_t ctrlr_wait;
- struct work_struct task;
-
--#ifdef CONFIG_PXA27x
-+#if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx)
- /* PXA Overlay Framebuffer Support */
- struct overlayfb_info *overlay1fb;
- struct overlayfb_info *overlay2fb;