summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-02 02:17:07 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-02 02:17:07 +0000
commitf491b676b3c5bb1ea861ee98dfeb69e7b218ae33 (patch)
treeefd0cff01f8ccb20b5d7e67813bc768cc6116b6e /src
parent6bcbb818344dde98e651269a9c761f5e50770e0e (diff)
downloadxine-lib-f491b676b3c5bb1ea861ee98dfeb69e7b218ae33.tar.gz
xine-lib-f491b676b3c5bb1ea861ee98dfeb69e7b218ae33.tar.bz2
Don't use linux/config.h and include mtrr.h unconditionally, close bug #973678.
CVS patchset: 8191 CVS date: 2006/09/02 02:17:07
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_syncfb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_out/video_out_syncfb.h b/src/video_out/video_out_syncfb.h
index 96503ca89..1fc3df83a 100644
--- a/src/video_out/video_out_syncfb.h
+++ b/src/video_out/video_out_syncfb.h
@@ -2,7 +2,6 @@
#define __LINUX_SYNCFB_H
#ifdef __KERNEL__
-#include <linux/config.h>
#include <linux/version.h>
#include <linux/types.h>
#include <linux/kernel.h>
@@ -15,10 +14,7 @@
#include <linux/init.h>
#include <linux/videodev.h>
-#ifdef CONFIG_MTRR
#include <asm/mtrr.h>
-#endif
-
#include <asm/uaccess.h>
#include <asm/system.h>
#include <asm/io.h>