From 720b2e9c08c570901a40cc14b0427a5c6acbadad Mon Sep 17 00:00:00 2001 From: Alex Alexander Date: Fri, 30 Oct 2009 11:32:46 +0000 Subject: 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). Package-Manager: portage-2.2_rc46/cvs/Linux x86_64 --- .../files/zen-sources-2.6.31_p5-config_fb_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch (limited to 'sys-kernel/zen-sources/files') diff --git a/sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch b/sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch new file mode 100644 index 000000000000..276c48efd17a --- /dev/null +++ b/sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch @@ -0,0 +1,12 @@ +diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c +index 70316a8..3d0ccc0 100644 +--- a/drivers/video/console/fbcon.c ++++ b/drivers/video/console/fbcon.c +@@ -204,6 +204,7 @@ int fbcon_is_softback(const unsigned short *str) + return 1; + return 0; + } ++EXPORT_SYMBOL(fbcon_is_softback); + + #ifdef CONFIG_FRAMEBUFFER_CONSOLE_ROTATION + static inline void fbcon_set_rotation(struct fb_info *info) -- cgit v1.2.3-65-gdbad