From 6ff3e61cf7d3d88eaa57304847d625197423012e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 28 Jan 2010 11:54:20 +0000 Subject: kernel: update to 2.6.32.6 SVN-Revision: 19358 --- .../linux/xburst/patches-2.6.32/420-fb-notifier-pre-post.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'target/linux/xburst/patches-2.6.32/420-fb-notifier-pre-post.patch') diff --git a/target/linux/xburst/patches-2.6.32/420-fb-notifier-pre-post.patch b/target/linux/xburst/patches-2.6.32/420-fb-notifier-pre-post.patch index 43277062dc..9423b2cff4 100644 --- a/target/linux/xburst/patches-2.6.32/420-fb-notifier-pre-post.patch +++ b/target/linux/xburst/patches-2.6.32/420-fb-notifier-pre-post.patch @@ -7,11 +7,9 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/420-fb drivers/video/fbmem.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) -diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c -index 99bbd28..5e121b8 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c -@@ -1008,12 +1008,12 @@ fb_set_var(struct fb_info *info, struct fb_var_screeninfo *var) +@@ -1008,12 +1008,12 @@ fb_set_var(struct fb_info *info, struct int fb_blank(struct fb_info *info, int blank) { @@ -26,7 +24,7 @@ index 99bbd28..5e121b8 100644 ret = info->fbops->fb_blank(blank, info); if (!ret) { -@@ -1024,6 +1024,10 @@ fb_blank(struct fb_info *info, int blank) +@@ -1024,6 +1024,10 @@ fb_blank(struct fb_info *info, int blank fb_notifier_call_chain(FB_EVENT_BLANK, &event); } @@ -37,6 +35,3 @@ index 99bbd28..5e121b8 100644 return ret; } --- -1.5.6.5 - -- cgit v1.2.3