summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
blob: 6c014cacad3a4ddb1830f97cdc8d45ad5ceb3e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Upstream-Status: backport from 1.6.0-pre1

From cd575a84f10d90759e069f5f2e6092251a1b84bd Mon Sep 17 00:00:00 2001
From: Sven Neumann <s.neumann@raumfeld.com>
Date: Fri, 23 Sep 2011 10:00:02 +0200
Subject: [PATCH] libdirect: remove include of <linux/config.h>

That header has been removed from the Linux kernel with 2.6.19
and it should not have been needed anyway.
---
 lib/direct/ppcasm_memcpy_cachable.S |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/direct/ppcasm_memcpy_cachable.S b/lib/direct/ppcasm_memcpy_cachable.S
index 920dea2..c1ef4fa 100644
--- a/lib/direct/ppcasm_memcpy_cachable.S
+++ b/lib/direct/ppcasm_memcpy_cachable.S
@@ -34,8 +34,6 @@
 
 #define __ASSEMBLY__
 
-#include <linux/config.h>
-
 #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
 #define L1_CACHE_LINE_SIZE       16
 #define LG_L1_CACHE_LINE_SIZE     4 
-- 
1.7.9.5