|
@@ -172,8 +172,8 @@ static const struct drm_framebuffer_funcs st7586_fb_funcs = {
|
|
|
.dirty = st7586_fb_dirty,
|
|
|
};
|
|
|
|
|
|
-void st7586_pipe_enable(struct drm_simple_display_pipe *pipe,
|
|
|
- struct drm_crtc_state *crtc_state)
|
|
|
+static void st7586_pipe_enable(struct drm_simple_display_pipe *pipe,
|
|
|
+ struct drm_crtc_state *crtc_state)
|
|
|
{
|
|
|
struct tinydrm_device *tdev = pipe_to_tinydrm(pipe);
|
|
|
struct mipi_dbi *mipi = mipi_dbi_from_tinydrm(tdev);
|