From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Padovan Subject: Re: [PATCH 05/10] drm: make drm_vblank_count_and_time() static Date: Tue, 7 Jun 2016 11:58:22 -0300 Message-ID: <20160607145822.GA12929@joana> References: <1465308482-15104-1-git-send-email-gustavo@padovan.org> <1465308482-15104-5-git-send-email-gustavo@padovan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1465308482-15104-5-git-send-email-gustavo@padovan.org> Sender: linux-kernel-owner@vger.kernel.org To: dri-devel@lists.freedesktop.org Cc: Gustavo Padovan , David Airlie , open list List-Id: dri-devel@lists.freedesktop.org 2016-06-07 Gustavo Padovan : > From: Gustavo Padovan > > As they are not used anywhere outside drm_irq.c make them static. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/drm_irq.c | 7 ++----- > include/drm/drmP.h | 2 -- > 2 files changed, 2 insertions(+), 7 deletions(-) This one is broken. Ignore it for now. Gustavo