From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752009AbdAPVhK (ORCPT ); Mon, 16 Jan 2017 16:37:10 -0500 Received: from mail-ua0-f196.google.com ([209.85.217.196]:34895 "EHLO mail-ua0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504AbdAPVhF (ORCPT ); Mon, 16 Jan 2017 16:37:05 -0500 Date: Mon, 16 Jan 2017 19:36:27 -0200 From: Gustavo Padovan To: Wei Yongjun Cc: Daniel Vetter , Jani Nikula , Sean Paul , David Airlie , Wei Yongjun , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH -next] drm/atomic: make release_crtc_commit() static Message-ID: <20170116213627.GL16017@joana> Mail-Followup-To: Gustavo Padovan , Wei Yongjun , Daniel Vetter , Jani Nikula , Sean Paul , David Airlie , Wei Yongjun , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org References: <20170112142157.14684-1-weiyj.lk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170112142157.14684-1-weiyj.lk@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wei, 2017-01-12 Wei Yongjun : > From: Wei Yongjun > > Fixes the following sparse warning: > > drivers/gpu/drm/drm_atomic_helper.c:1360:6: warning: > symbol 'release_crtc_commit' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/gpu/drm/drm_atomic_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Gustavo Padovan Gustavo