Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4365688yba; Wed, 17 Apr 2019 09:57:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCLBh+gHCzpMkgds02NTVOV97HHfTTOcPeMmaT5y8tADXJfiNvEFme7KdMfrkz7tMXZI7L X-Received: by 2002:a63:4644:: with SMTP id v4mr775924pgk.422.1555520244111; Wed, 17 Apr 2019 09:57:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555520244; cv=none; d=google.com; s=arc-20160816; b=FqmdEittR7WUqPQR6bez2Wx6YRV4MkkW5fmOEYg3HBv1r92KsFHbwW/we5Fm0k46rq K+9MHzTeajaGrU2gh4eXYic8lZSOuBw/7j4f5fGKpftjTZ5OPSvDPU69sIyjRLK6wIky P3FYXJYwCYFf50X5cHaBxzHMVqSoYUp7sKkxBJn11125EQDstnoRNmqOJQkEKTHKq/Gy M0JsToA6taiWqYNQR+GWiz5eZiiKFu/LbJn3+CXi/pWMkTBg21lYhwkXMt7wxV3wo1/a qaoIZxocGB30u/QG+vukmPuP463ogB/LdSt8roWMYdnPdU7ZGUpIYmmrzCOE6Nnq+WY+ O/8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=LVWXaeBzbtmz/upH3xwUzcV+If0x1Q6mM6OT3fn/PoI=; b=g01LjNJJMUyWsy8x8EcZDEZ9Ze6opSSg4/i3J78PFZucYJ1r+DTE8FozokoUwwwj2M 7Kp+A5eTw/8+LDCkF96PJClLNhDDBWySq/APEI/ui9ye2bMz+MT3jOce2r0w+3nRTrWt pE1KFpFUgvdYi9glAxHIFsevMFHc1t/PRpwNiDVqUi9Uf/2F5uQOOtsJ5HQy1nLpVYUu CMzCjaczSt+OWV4xbmaRy8QG8JDIYkK1Dvp1eCwcQ8o/QtSCXCy1XtfD2yR2PtMVBlX9 3QsdLoHO0fSS6PxfHZ1wFKkltBdQT2hbK7JI5aphUx6q9GO4bscScVajf4DixBtb26QL z9qA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w20si35872950pfi.96.2019.04.17.09.57.09; Wed, 17 Apr 2019 09:57:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732969AbfDQQzl (ORCPT + 99 others); Wed, 17 Apr 2019 12:55:41 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:41043 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731745AbfDQQzk (ORCPT ); Wed, 17 Apr 2019 12:55:40 -0400 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id C149C200008; Wed, 17 Apr 2019 16:55:37 +0000 (UTC) Date: Wed, 17 Apr 2019 18:55:36 +0200 From: Maxime Ripard To: Yue Haibing Cc: airlied@linux.ie, daniel@ffwll.ch, wens@csie.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH -next] drm/sun4i: Make some symbols static Message-ID: <20190417165536.kzjazgpcb4tf6ho3@flea> References: <20190416145855.20852-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vniiivupf33cx6yj" Content-Disposition: inline In-Reply-To: <20190416145855.20852-1-yuehaibing@huawei.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vniiivupf33cx6yj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 16, 2019 at 10:58:55PM +0800, Yue Haibing wrote: > From: YueHaibing > > Fix sparse warnings: > > drivers/gpu/drm/sun4i/sun8i_tcon_top.c:271:36: warning: symbol 'sun8i_r40_tcon_top_quirks' was not declared. Should it be static? > drivers/gpu/drm/sun4i/sun8i_tcon_top.c:276:36: warning: symbol 'sun50i_h6_tcon_top_quirks' was not declared. Should it be static? > drivers/gpu/drm/sun4i/sun4i_tcon.c:239:6: warning: symbol 'sun4i_tcon_set_mux' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Applied, thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --vniiivupf33cx6yj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXLdaiAAKCRDj7w1vZxhR xaH2AP9W0Fd/cwkBPQyfYmwry5PZESYvbqbbyxCNlI3bJtzEOwEAw9T/UugkMGDH xqIE2H9T2uTSn37vrwgbsKDv0fD75AU= =wbE8 -----END PGP SIGNATURE----- --vniiivupf33cx6yj--