summaryrefslogtreecommitdiff
path: root/radeon/radeon_cs_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'radeon/radeon_cs_int.h')
-rw-r--r--radeon/radeon_cs_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/radeon/radeon_cs_int.h b/radeon/radeon_cs_int.h
index 6cee5742..d906ad43 100644
--- a/radeon/radeon_cs_int.h
+++ b/radeon/radeon_cs_int.h
@@ -58,7 +58,7 @@ struct radeon_cs_funcs {
};
struct radeon_cs_manager {
- struct radeon_cs_funcs *funcs;
+ const struct radeon_cs_funcs *funcs;
int fd;
int32_t vram_limit, gart_limit;
int32_t vram_write_used, gart_write_used;