summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-04-04 15:29:50 +0100
committerMichel Dänzer <michel@daenzer.net>2018-04-20 17:03:55 +0200
commit7fb8b49895e225b3908c8bd186539de23afe91d1 (patch)
tree44174dfa98821b5d89f7f48d85e43ea61c1702f0
parent00c128b45fc196c3a3a788ddb4453e7521be5860 (diff)
Do not export the DriverRec AMDGPU
Unused externally and should not be exported. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
-rw-r--r--src/amdgpu_probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amdgpu_probe.c b/src/amdgpu_probe.c
index 075e5c1..88f99c6 100644
--- a/src/amdgpu_probe.c
+++ b/src/amdgpu_probe.c
@@ -392,7 +392,7 @@ static const struct pci_id_match amdgpu_device_match[] = {
{0, 0, 0},
};
-_X_EXPORT DriverRec AMDGPU = {
+DriverRec AMDGPU = {
AMDGPU_VERSION_CURRENT,
AMDGPU_DRIVER_NAME,
AMDGPUIdentify,