diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 8e874b67e201..6907d319ff19 100644 --- a/include/drm/drm_panel.h +++ b/include/drm/drm_panel.h @@ -42,7 +42,9 @@ enum { }; struct drm_panel_notifier { + int refresh_rate; void *data; + uint32_t id; }; struct device_node;