summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-01-22 18:35:44 +0000
committerMichael Januszewski <spock@gentoo.org>2004-01-22 18:35:44 +0000
commit476ba469146d7acd9bf41d9775cc47b74b7acc9b (patch)
treef1a8bcc74d472741aa6061684dd16892a69882ae /sys-kernel/linux-headers/files
parentAdded ~ppc keyword, fix gtk deps (diff)
downloadgentoo-2-476ba469146d7acd9bf41d9775cc47b74b7acc9b.tar.gz
gentoo-2-476ba469146d7acd9bf41d9775cc47b74b7acc9b.tar.bz2
gentoo-2-476ba469146d7acd9bf41d9775cc47b74b7acc9b.zip
Added a fix for linux/fb.h.
Diffstat (limited to 'sys-kernel/linux-headers/files')
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.0-fb.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.0-fb.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.0-fb.patch
new file mode 100644
index 000000000000..398240a6390e
--- /dev/null
+++ b/sys-kernel/linux-headers/files/linux-headers-2.6.0-fb.patch
@@ -0,0 +1,11 @@
+diff -Naur linux-2.6.0-orig/include/linux/fb.h linux-2.6.0/include/linux/fb.h
+--- linux-2.6.0-orig/include/linux/fb.h 2003-12-18 03:58:39.000000000 +0100
++++ linux-2.6.0/include/linux/fb.h 2004-01-22 19:12:10.765346576 +0100
+@@ -5,6 +5,7 @@
+ #include <linux/workqueue.h>
+ #include <asm/types.h>
+ #include <asm/io.h>
++#include <asm/atomic.h>
+
+ /* Definitions of frame buffers */
+