From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH v5 6/6] drm: remove drmP.h from drm_modeset_helper.h Date: Thu, 24 Jan 2019 15:44:02 +0100 Message-ID: <20190124144402.GA13670@ravnborg.org> References: <20190119084014.5355-1-sam@ravnborg.org> <20190119084014.5355-7-sam@ravnborg.org> <20190124140320.GY3271@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190124140320.GY3271@phenom.ffwll.local> Sender: linux-kernel-owner@vger.kernel.org To: dri-devel@lists.freedesktop.org, Alexey Brodkin , Andrzej Hajda , Benjamin Gaignard , Chen Feng , David Airlie , Kieran Bingham , Laurent Pinchart , Maarten Lankhorst , Maxime Ripard , Philippe Cornu , Rongrong Zou , Sean Paul , Vincent Abriou , Xinliang Liu , Xinwei Kong , Yannick Fertre , linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On Thu, Jan 24, 2019 at 03:03:20PM +0100, Daniel Vetter wrote: > On Sat, Jan 19, 2019 at 09:40:14AM +0100, Sam Ravnborg wrote: > > With the removal of drmP.h from drm_modeset_helper.h > > the drmP.h are no longer included by any include files > > in include/drm. > > The drmP.h file is thus only included explicit > > either in .c files or in local .h files. > > This makes the process of deleting the drmP.h includes easier > > as we have a more local dependency chain. > > > > Include build failure fixes in drm files after the drmP.h removal. > > > > Signed-off-by: Sam Ravnborg > > Reviewed-by: Laurent Pinchart > > Cc: Maarten Lankhorst > > Cc: Maxime Ripard > > Cc: Sean Paul > > Cc: David Airlie > > Cc: Daniel Vetter > > Merge the previous 5 patches from this series, but this now goes boom on > vbox in staging. Needs another prep patch I think. I did not check staging - sorry. Will fix, most likely in the weekend. Sam