# In a distro, we can't rely on compile time detection of these.
# If we have to ship a config, it would be with these disabled anyway.

Index: lib/direct/ppcasm_memcpy_cachable.S
===================================================================
--- lib/direct/ppcasm_memcpy_cachable.S.orig	2007-06-07 05:05:03.000000000 +0300
+++ lib/direct/ppcasm_memcpy_cachable.S	2007-06-07 05:28:48.000000000 +0300
@@ -11,8 +11,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 
Index: interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_v4l.c
===================================================================
--- interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_v4l.c.orig	2007-06-07 05:29:49.000000000 +0300
+++ interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_v4l.c	2007-06-07 05:29:58.000000000 +0300
@@ -44,7 +44,6 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 
-#include <linux/compiler.h>
 #include "videodev.h"
 
 #include <directfb.h>

