diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
| -rw-r--r-- | include/drm/drm_crtc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 00f4007a6d0..53cb49a13e1 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -257,7 +257,7 @@ struct drm_property_blob {  	struct drm_mode_object base;  	struct list_head head;  	unsigned int length; -	void *data; +	unsigned char data[];  };  struct drm_property_enum {  |