[PATCH xf86-video-ati 02/21] Do not export the DriverRec RADEON

Michel Dänzer michel at daenzer.net
Wed Jul 11 17:27:47 UTC 2018


From: Emil Velikov <emil.velikov at collabora.com>

Unused externally and should not be exported.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
(Ported from amdgpu commit 7fb8b49895e225b3908c8bd186539de23afe91d1)
Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
 src/radeon_probe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/radeon_probe.c b/src/radeon_probe.c
index 19295f00c..04f9e5590 100644
--- a/src/radeon_probe.c
+++ b/src/radeon_probe.c
@@ -278,7 +278,7 @@ radeon_platform_probe(DriverPtr pDriver,
 }
 #endif
 
-_X_EXPORT DriverRec RADEON =
+DriverRec RADEON =
 {
     RADEON_VERSION_CURRENT,
     RADEON_DRIVER_NAME,
-- 
2.18.0



More information about the amd-gfx mailing list