aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/video
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@amd.com>2011-05-20 15:39:07 +0100
committerChristoph Egger <Christoph.Egger@amd.com>2011-05-20 15:39:07 +0100
commit8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6 (patch)
tree5867df529c218d0dc0cc050458ed4e37e332e6f1 /xen/drivers/video
parente982084c7604a4386b84655664ea029aba25770a (diff)
downloadxen-8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6.tar.gz
xen-8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6.tar.bz2
xen-8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6.zip
xen: Include headers that are actually needed, drop everything else.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/drivers/video')
-rw-r--r--xen/drivers/video/vesa.c6
-rw-r--r--xen/drivers/video/vga.c2
2 files changed, 3 insertions, 5 deletions
diff --git a/xen/drivers/video/vesa.c b/xen/drivers/video/vesa.c
index aa31d9b891..fc3ea47013 100644
--- a/xen/drivers/video/vesa.c
+++ b/xen/drivers/video/vesa.c
@@ -7,10 +7,10 @@
#include <xen/config.h>
#include <xen/init.h>
#include <xen/lib.h>
-#include <xen/mm.h>
-#include <xen/errno.h>
-#include <xen/console.h>
+#include <xen/xmalloc.h>
+#include <xen/kernel.h>
#include <xen/vga.h>
+#include <asm/page.h>
#include "font.h"
#define vlfb_info vga_console_info.u.vesa_lfb
diff --git a/xen/drivers/video/vga.c b/xen/drivers/video/vga.c
index 6a22d6f77a..fea3e23cb4 100644
--- a/xen/drivers/video/vga.c
+++ b/xen/drivers/video/vga.c
@@ -8,8 +8,6 @@
#include <xen/init.h>
#include <xen/lib.h>
#include <xen/mm.h>
-#include <xen/errno.h>
-#include <xen/console.h>
#include <xen/vga.h>
#include <asm/io.h>