Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/zen-sources/files: zen-sources-2.6.31_p5-config_fb_fix.patch
Date: Fri, 30 Oct 2009 11:32:53
Message-Id: E1N3pip-0001YA-2r@stork.gentoo.org
1 wired 09/10/30 11:32:47
2
3 Added: zen-sources-2.6.31_p5-config_fb_fix.patch
4 Log:
5 modified versioning scheme to allow revisions of the same patchset. the patchset version is now defined by _p. this was necessary in order to be able to add hotfixes (like the one in 2.6.31_p5-r1).
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch?rev=1.1&content-type=text/plain
13
14 Index: zen-sources-2.6.31_p5-config_fb_fix.patch
15 ===================================================================
16 diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
17 index 70316a8..3d0ccc0 100644
18 --- a/drivers/video/console/fbcon.c
19 +++ b/drivers/video/console/fbcon.c
20 @@ -204,6 +204,7 @@ int fbcon_is_softback(const unsigned short *str)
21 return 1;
22 return 0;
23 }
24 +EXPORT_SYMBOL(fbcon_is_softback);
25
26 #ifdef CONFIG_FRAMEBUFFER_CONSOLE_ROTATION
27 static inline void fbcon_set_rotation(struct fb_info *info)