diff --git a/include/drm/drm_property.h b/include/drm/drm_property.h index 13e8c17d1c79b0704018e2ccbe32af7b6e2d723d..619868dc08d8c13cb235b4063eb7013948aefe9c 100644 --- a/include/drm/drm_property.h +++ b/include/drm/drm_property.h @@ -214,7 +214,7 @@ struct drm_property_blob { struct drm_prop_enum_list { int type; - char *name; + const char *name; }; #define obj_to_property(x) container_of(x, struct drm_property, base)