On Tue, Aug 23, 2022 at 02:04:21PM +0300, Tomi Valkeinen wrote: > On 22/08/2022 17:34, Tomi Valkeinen wrote: > > > +struct drm_atomic_state; > > +struct drm_bridge; > > + > > +#if IS_ENABLED(CONFIG_DRM_RCAR_MIPI_DSI) > > +void rcar_mipi_dsi_pclk_enable(struct drm_bridge *bridge, > > + struct drm_atomic_state *state); > > +void rcar_mipi_dsi_pclk_disable(struct drm_bridge *bridge); > > +#else > > +static inline void rcar_mipi_dsi_pclk_enable(struct drm_bridge *bridge, > > + struct drm_atomic_state *state) > > +{ > > +} > > + > > +void rcar_mipi_dsi_pclk_disable(struct drm_bridge *bridge) > > +{ > > +} > > This one is missing static inline. > > Laurent, do you want me to re-send the series, or do you already have > this applied to your branch? I'll fix it locally. -- Regards, Laurent Pinchart