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