summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute.c
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-02-27 11:48:08 +1100
committerTimothy Arceri <[email protected]>2017-02-28 13:20:31 +1100
commitd90bf4ef3e1db71d407f492254c594adffa592b3 (patch)
tree095f183e4337c8cf0e69952fafc4c2ead59ad865 /src/gallium/drivers/r600/evergreen_compute.c
parent503fb134e850c9ceb9189edbb7f6567070ed0d0b (diff)
radeon: remove unused radeon_elf_util.{c,h}
We now use the shared code in AMD common instead. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_compute.c')
-rw-r--r--src/gallium/drivers/r600/evergreen_compute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/evergreen_compute.c b/src/gallium/drivers/r600/evergreen_compute.c
index 2ddcbb37115..ca2081a50d9 100644
--- a/src/gallium/drivers/r600/evergreen_compute.c
+++ b/src/gallium/drivers/r600/evergreen_compute.c
@@ -47,7 +47,6 @@
#include "evergreen_compute_internal.h"
#include "compute_memory_pool.h"
#include "sb/sb_public.h"
-#include "radeon/radeon_elf_util.h"
#include <inttypes.h>
/**