ti-dspbios: Add Latest Versions (5.41.08/08)
[openembedded.git] / recipes / linux / linux-rp-2.6.24 / pxa_fb_overlay.patch
blob49c59b3275c224f98ed717ecd688aed01bae4848
1 ---
2 drivers/video/pxafb.h | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
5 Index: linux-2.6.22/drivers/video/pxafb.h
6 ===================================================================
7 --- linux-2.6.22.orig/drivers/video/pxafb.h 2007-09-25 15:44:42.000000000 +0200
8 +++ linux-2.6.22/drivers/video/pxafb.h 2007-09-25 15:45:07.000000000 +0200
9 @@ -36,7 +36,7 @@
10 struct fb_bitfield transp;
13 -#ifdef CONFIG_PXA27x
14 +#if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx)
15 /* PXA Overlay Framebuffer Support */
16 struct overlayfb_info
18 @@ -142,7 +142,7 @@
19 wait_queue_head_t ctrlr_wait;
20 struct work_struct task;
22 -#ifdef CONFIG_PXA27x
23 +#if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx)
24 /* PXA Overlay Framebuffer Support */
25 struct overlayfb_info *overlay1fb;
26 struct overlayfb_info *overlay2fb;