Hi,

my stripped down configuration of the X.org server does not provide sarea.h,
so building the ATI driver fails. Dropping the include lines lets me build
7.5.0, and I don't see any reference to any sarea struct or define in the
whole driver.

Greetings,

Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Bertha-von-Suttner-Str. 9, 37085 Göttingen, Germany
Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160
Geschäftsführung: Dr. Uwe Kracke, Ust-IdNr.: DE 205 198 055

emlix - smart embedded open source
From 27c55a12e05c7e83adf34fcea917d9ea00b2b356 Mon Sep 17 00:00:00 2001
From: Rolf Eike Beer <[email protected]>
Date: Tue, 13 Jan 2015 12:11:26 +0100
Subject: [PATCH] radeon: remove unneeded inclusion of sarea.h

None of the structs or defines from that header is used.

Signed-off-by: Rolf Eike Beer <[email protected]>
---
 src/drmmode_display.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 72e13a4..40afb49 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -37,7 +37,6 @@
 #include "xf86cmap.h"
 #include "radeon.h"
 #include "radeon_reg.h"
-#include "sarea.h"

 #include "drmmode_display.h"

--
1.8.4.5

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to