|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 3/3] Fix compilation issues with CONFIG_DRM_TTM enabl
The recent fix for GART on Xen included an extra include which
caused the build to choke when building the ttm drivers.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
---
arch/x86/include/asm/agp.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/include/asm/agp.h b/arch/x86/include/asm/agp.h
index 8107b71..3282ea6 100644
--- a/arch/x86/include/asm/agp.h
+++ b/arch/x86/include/asm/agp.h
@@ -3,7 +3,6 @@
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
-#include <asm/dma-mapping.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/page.h>
--
1.6.2.5
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|