From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sidong Yang Subject: Re: [PATCH] drm/arm: drop use of drmP.h Date: Sun, 18 Aug 2019 16:47:44 +0100 Message-ID: <20190818154744.GA5455@raspberrypi> References: <20190817074115.19116-1-realwakka@gmail.com> <20190817163549.GA15813@ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190817163549.GA15813@ravnborg.org> Sender: linux-kernel-owner@vger.kernel.org To: Sam Ravnborg Cc: Liviu Dudau , Brian Starkey , David Airlie , Daniel Vetter , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Sat, Aug 17, 2019 at 06:35:49PM +0200, Sam Ravnborg wrote: > Hi Sidong > > On Sat, Aug 17, 2019 at 08:41:15AM +0100, Sidong Yang wrote: > > Drop use of deprecated drmP.h header file. > > Remove drmP.h includes and add some include headers for function or > > struct that used in code. > > Thanks for your patch. > We already have a similiar patch in drm-misc-next, that > drop the use of drmP.h from arm so this patch is obsoleted. > > But keep up the spirit and send us other good stuff. > > Sam Hi Sam. Thanks for reply. I found the patch that you said. I'll keep up and try to find other good one. Sincerely, Sidong.