summarylogtreecommitdiffstats
path: root/foutrelis_3.10_fix_for_legacy.patch
diff options
context:
space:
mode:
authorVi0L02015-06-08 20:45:00 +0200
committerVi0L02015-06-08 20:45:00 +0200
commit27357157125bc30c297ff1ddf9efc3462e1fe359 (patch)
tree4d2c77cbbafcadba72bf46209046225d004f8e75 /foutrelis_3.10_fix_for_legacy.patch
downloadaur-27357157125bc30c297ff1ddf9efc3462e1fe359.tar.gz
Initial import
Diffstat (limited to 'foutrelis_3.10_fix_for_legacy.patch')
-rw-r--r--foutrelis_3.10_fix_for_legacy.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/foutrelis_3.10_fix_for_legacy.patch b/foutrelis_3.10_fix_for_legacy.patch
new file mode 100644
index 000000000000..6f9a59351cc7
--- /dev/null
+++ b/foutrelis_3.10_fix_for_legacy.patch
@@ -0,0 +1,13 @@
+--- 13.4/common/lib/modules/fglrx/build_mod/firegl_public.c 2013-04-16 23:29:55.000000000 +0200
++++ 13.4/common/lib/modules/fglrx/build_mod/firegl_public.c 2013-05-19 12:05:33.842076474 +0200
+@@ -34,6 +34,10 @@
+ #include <linux/autoconf.h>
+ #endif
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)
++#include <linux/seq_file.h>
++#endif
++
+ #if !defined(CONFIG_X86)
+ #if !defined(CONFIG_X86_PC)
+ #if !defined(CONFIG_X86_XEN) \ No newline at end of file