summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_drm.h b/src/radeon_drm.h
index dd0087aa..daa42d63 100644
--- a/src/radeon_drm.h
+++ b/src/radeon_drm.h
@@ -549,7 +549,7 @@ typedef struct drm_radeon_init {
RADEON_CLEANUP_CP = 0x02,
RADEON_INIT_R200_CP = 0x03,
RADEON_INIT_R300_CP = 0x04,
- RADEON_INIT_R600_CP = 0x05,
+ RADEON_INIT_R600_CP = 0x05
} func;
unsigned long sarea_priv_offset;
int is_pci; /* for overriding only */