diff options
author | Egbert Eich <eich@suse.de> | 2014-04-22 11:38:10 +0200 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2014-04-30 17:23:00 +0200 |
commit | e855e6806ea94a2296076924ee9460b5081bd6da (patch) | |
tree | 6310a30711fd683051a5438c6dcec3acee044815 /src/ast_vgatool.c | |
parent | ed39dc7c3cff7aa248fc3c8d697400371313745c (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>
Diffstat (limited to 'src/ast_vgatool.c')
-rw-r--r-- | src/ast_vgatool.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |