Re: [PATCH] gpu/drm: Remove duplicate headers

From: Sam Ravnborg
Date: Tue May 07 2019 - 09:18:55 EST


On Tue, May 07, 2019 at 12:05:32PM +0200, Daniel Vetter wrote:
> On Mon, May 06, 2019 at 04:43:34PM +0200, Daniel Vetter wrote:
> > On Fri, May 03, 2019 at 11:28:13PM +0530, jagdsh.linux@xxxxxxxxx wrote:
> > > From: Jagadeesh Pagadala <jagdsh.linux@xxxxxxxxx>
> > >
> > > Remove duplicate headers which are included twice.
> > >
> > > Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@xxxxxxxxx>
> >
> > I collected some acks for the msm and nouveau parts and pushed this. For
> > next time around would be great if you split these up along driver/module
> > boundaries, so that each maintainer can pick this up directly.
> >
> > Thanks for your patch.
> > -Daniel
> >
> > > ---
> > > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c | 1 -
> > > drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c | 2 --
> > > drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 -
>
> Correction, this didn't compile, so I dropped the changes to panel-rpi.
> Another reason to split patches more for next time around. Also, needs
> more compile testing (you need cross compilers for at least arm to test
> this stuff).
I will try to resurrect my patch series for drm/panel/ that
addresses:
- removal of drmP.h
- removal of duplicated include files
- sort all include files

In other words - panel-raspberrypi-touchscreen.c will be dealt with.
I expect to look at it in two weeks time (on vacation starting friday).

Sam