kernel/drivers/gpu/drm/gma500/mdfld_output.h
.. .. @@ -51,11 +51,10 @@ 51 51 }; 52 52 53 53 struct panel_funcs { 54 - const struct drm_encoder_funcs *encoder_funcs;55 54 const struct drm_encoder_helper_funcs *encoder_helper_funcs; 56 55 struct drm_display_mode * (*get_config_mode)(struct drm_device *); 57 56 int (*get_panel_info)(struct drm_device *, int, struct panel_info *); 58 - int (*reset)(int pipe);57 + int (*reset)(struct drm_device *, int);59 58 void (*drv_ic_init)(struct mdfld_dsi_config *dsi_config, int pipe); 60 59 }; 61 60