From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966570AbcIZKUr convert rfc822-to-8bit (ORCPT ); Mon, 26 Sep 2016 06:20:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39528 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751252AbcIZKUq (ORCPT ); Mon, 26 Sep 2016 06:20:46 -0400 Message-ID: <1474885243.25283.25.camel@redhat.com> Subject: Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static From: Gerd Hoffmann To: Daniel Vetter Cc: Baoyou Xie , Dave Airlie , "alexander.deucher@amd.com" , Thierry Reding , Boris BREZILLON , Carlos Palminha , "Syrjala, Ville" , Christian =?ISO-8859-1?Q?K=F6nig?= , dri-devel , Linux Kernel Mailing List , Arnd Bergmann , baoyou.xie@zte.com.cn, Baoyou Xie , han.fei@zte.com.cn, tang.qiang007@zte.com.cn Date: Mon, 26 Sep 2016 12:20:43 +0200 In-Reply-To: References: <1474788334-11007-1-git-send-email-baoyou.xie@linaro.org> <1474879940.25283.0.camel@redhat.com> 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 10:20:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mo, 2016-09-26 at 11:29 +0200, Daniel Vetter wrote: > On Mon, Sep 26, 2016 at 10:52 AM, Gerd Hoffmann wrote: > > 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. > > I've thrown this one already into drm-misc, and it's wrapped up in my > latest pull to Dave already. > -Daniel Ah, cool, so I don't need an additional drm-qemu pull req. thanks, Gerd