Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bf5ccc2 authored by kbuild test robot's avatar kbuild test robot Committed by Daniel Vetter
Browse files

drm: arcpgu: arc_pgu_crtc_mode_valid() can be static

parent 8f6ece97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ static const struct drm_crtc_funcs arc_pgu_crtc_funcs = {
	.atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
};

enum drm_mode_status arc_pgu_crtc_mode_valid(struct drm_crtc *crtc,
static enum drm_mode_status arc_pgu_crtc_mode_valid(struct drm_crtc *crtc,
						    const struct drm_display_mode *mode)
{
	struct arcpgu_drm_private *arcpgu = crtc_to_arcpgu_priv(crtc);