Re: [PATCH v2 19/19] drm/mediatek: drop use of drmP.h

2019-07-16 Thread Alex Deucher
On Tue, Jul 16, 2019 at 2:45 AM Sam Ravnborg wrote: > > Drop use of the deprecated drmP.h header file. > > While touching the include files divide them up in blocks > in the typical order: > > \#include > > \#include > > \#include > > \#include "" > > And sort the includes in the blocks > Add t

Re: [PATCH v2 19/19] drm/mediatek: drop use of drmP.h

2019-07-16 Thread CK Hu
Hi, Sam: On Tue, 2019-07-16 at 08:42 +0200, Sam Ravnborg wrote: > Drop use of the deprecated drmP.h header file. > > While touching the include files divide them up in blocks > in the typical order: > > \#include > > \#include > > \#include > > \#include "" > > And sort the includes in th

[PATCH v2 19/19] drm/mediatek: drop use of drmP.h

2019-07-15 Thread Sam Ravnborg
Drop use of the deprecated drmP.h header file. While touching the include files divide them up in blocks in the typical order: \#include \#include \#include \#include "" And sort the includes in the blocks Add the necessary includes to fix build after removal of drmP.h Signed-off-by: Sam