summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-10-30 11:32:46 +0000
committerAlex Alexander <wired@gentoo.org>2009-10-30 11:32:46 +0000
commit720b2e9c08c570901a40cc14b0427a5c6acbadad (patch)
treeeb325f888f22ae633097dff1310db7de6918e8e1 /sys-kernel/zen-sources/files
parentamd64/x86 stable, bug #290112 (diff)
downloadhistorical-720b2e9c08c570901a40cc14b0427a5c6acbadad.tar.gz
historical-720b2e9c08c570901a40cc14b0427a5c6acbadad.tar.bz2
historical-720b2e9c08c570901a40cc14b0427a5c6acbadad.zip
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
Diffstat (limited to 'sys-kernel/zen-sources/files')
-rw-r--r--sys-kernel/zen-sources/files/zen-sources-2.6.31_p5-config_fb_fix.patch12
1 files changed, 12 insertions, 0 deletions
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)