summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 0c70fe2bb0a..a8626d1d2ec 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -242,7 +242,7 @@ struct r600_context {
unsigned init_dwords;
unsigned creloc;
- struct radeon_bo **bo;
+ struct r600_bo **bo;
u32 *pm4;
unsigned pm4_cdwords;