From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static Date: Mon, 26 Sep 2016 10:52:20 +0200 Message-ID: <1474879940.25283.0.camel@redhat.com> References: <1474788334-11007-1-git-send-email-baoyou.xie@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7CD9F6E3EA for ; Mon, 26 Sep 2016 08:52:23 +0000 (UTC) In-Reply-To: <1474788334-11007-1-git-send-email-baoyou.xie@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Baoyou Xie Cc: baoyou.xie@zte.com.cn, arnd@arndb.de, daniel.vetter@ffwll.ch, tang.qiang007@zte.com.cn, xie.baoyou@zte.com.cn, CARLOS.PALMINHA@synopsys.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, han.fei@zte.com.cn, alexander.deucher@amd.com, treding@nvidia.com, christian.koenig@amd.com List-Id: dri-devel@lists.freedesktop.org T24gU28sIDIwMTYtMDktMjUgYXQgMTU6MjUgKzA4MDAsIEJhb3lvdSBYaWUgd3JvdGU6Cj4gLWlu dCBib2Noc19jb25uZWN0b3JfZ2V0X21vZGVzKHN0cnVjdCBkcm1fY29ubmVjdG9yICpjb25uZWN0 b3IpCj4gK3N0YXRpYyBpbnQgYm9jaHNfY29ubmVjdG9yX2dldF9tb2RlcyhzdHJ1Y3QgZHJtX2Nv bm5lY3RvciAqY29ubmVjdG9yKQoKQWRkZWQgdG8gZHJtLXFlbXUgcXVldWUuCgp0aGFua3MsCiAg R2VyZAoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJp LWRldmVsIG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBz Oi8vbGlzdHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965304AbcIZIwZ convert rfc822-to-8bit (ORCPT ); Mon, 26 Sep 2016 04:52:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36652 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbcIZIwX (ORCPT ); Mon, 26 Sep 2016 04:52:23 -0400 Message-ID: <1474879940.25283.0.camel@redhat.com> Subject: Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static From: Gerd Hoffmann To: Baoyou Xie Cc: airlied@linux.ie, daniel.vetter@ffwll.ch, alexander.deucher@amd.com, treding@nvidia.com, boris.brezillon@free-electrons.com, CARLOS.PALMINHA@synopsys.com, ville.syrjala@linux.intel.com, christian.koenig@amd.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, arnd@arndb.de, baoyou.xie@zte.com.cn, xie.baoyou@zte.com.cn, han.fei@zte.com.cn, tang.qiang007@zte.com.cn Date: Mon, 26 Sep 2016 10:52:20 +0200 In-Reply-To: <1474788334-11007-1-git-send-email-baoyou.xie@linaro.org> References: <1474788334-11007-1-git-send-email-baoyou.xie@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 26 Sep 2016 08:52:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On So, 2016-09-25 at 15:25 +0800, Baoyou Xie wrote: > -int bochs_connector_get_modes(struct drm_connector *connector) > +static int bochs_connector_get_modes(struct drm_connector *connector) Added to drm-qemu queue. thanks, Gerd