summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch')
-rw-r--r--meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch b/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
new file mode 100644
index 0000000000..eeb77385ca
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
@@ -0,0 +1,27 @@
1From cd575a84f10d90759e069f5f2e6092251a1b84bd Mon Sep 17 00:00:00 2001
2From: Sven Neumann <s.neumann@raumfeld.com>
3Date: Fri, 23 Sep 2011 10:00:02 +0200
4Subject: [PATCH] libdirect: remove include of <linux/config.h>
5
6That header has been removed from the Linux kernel with 2.6.19
7and it should not have been needed anyway.
8---
9 lib/direct/ppcasm_memcpy_cachable.S | 2 --
10 1 file changed, 2 deletions(-)
11
12diff --git a/lib/direct/ppcasm_memcpy_cachable.S b/lib/direct/ppcasm_memcpy_cachable.S
13index 920dea2..c1ef4fa 100644
14--- a/lib/direct/ppcasm_memcpy_cachable.S
15+++ b/lib/direct/ppcasm_memcpy_cachable.S
16@@ -34,8 +34,6 @@
17
18 #define __ASSEMBLY__
19
20-#include <linux/config.h>
21-
22 #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
23 #define L1_CACHE_LINE_SIZE 16
24 #define LG_L1_CACHE_LINE_SIZE 4
25--
261.7.9.5
27