summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2014-04-22 11:38:10 +0200
committerEgbert Eich <eich@freedesktop.org>2014-04-30 17:23:00 +0200
commite855e6806ea94a2296076924ee9460b5081bd6da (patch)
tree6310a30711fd683051a5438c6dcec3acee044815
parented39dc7c3cff7aa248fc3c8d697400371313745c (diff)
Fix compiler warnings: get rid if xf86PciInfo.h
xf86PciInfo.h is not needed in the ASpeed driver at all. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
-rw-r--r--src/ast_2dtool.c1
-rw-r--r--src/ast_accel.c1
-rw-r--r--src/ast_cursor.c1
-rw-r--r--src/ast_driver.c1
-rw-r--r--src/ast_mode.c1
-rw-r--r--src/ast_tool.c1
-rw-r--r--src/ast_vgatool.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
index 210d75c..47f0d64 100644
--- a/src/ast_2dtool.c
+++ b/src/ast_2dtool.c
@@ -36,7 +36,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */
diff --git a/src/ast_accel.c b/src/ast_accel.c
index 71eeb79..3bfe7ee 100644
--- a/src/ast_accel.c
+++ b/src/ast_accel.c
@@ -36,7 +36,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */
diff --git a/src/ast_cursor.c b/src/ast_cursor.c
index 80d787a..7bfa15f 100644
--- a/src/ast_cursor.c
+++ b/src/ast_cursor.c
@@ -36,7 +36,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */
diff --git a/src/ast_driver.c b/src/ast_driver.c
index 5f7fa8e..c2ba129 100644
--- a/src/ast_driver.c
+++ b/src/ast_driver.c
@@ -40,7 +40,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */
diff --git a/src/ast_mode.c b/src/ast_mode.c
index 964fe7a..8c3d828 100644
--- a/src/ast_mode.c
+++ b/src/ast_mode.c
@@ -36,7 +36,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */
diff --git a/src/ast_tool.c b/src/ast_tool.c
index 7f1362e..1e1cb6b 100644
--- a/src/ast_tool.c
+++ b/src/ast_tool.c
@@ -36,7 +36,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */
diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
index 73d379c..8522a6f 100644
--- a/src/ast_vgatool.c
+++ b/src/ast_vgatool.c
@@ -36,7 +36,6 @@
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
/* framebuffer offscreen manager */