[PATCH DRM] drm/zte: Replace include drmP.h with drm_print.h

2018-03-22 Thread Haneen Mohammed
Remove drmP.h as it is not needed anymore since nothing it defines is used in these files and use drm_print.h instead as these files are using the debug macros defined there. Signed-off-by: Haneen Mohammed --- drivers/gpu/drm/zte/zx_drm_drv.c | 2 +-

Re: [PATCH DRM] drm/zte: Replace include drmP.h with drm_print.h

2018-03-21 Thread Sean Paul
On Tue, Mar 20, 2018 at 07:43:20AM -0400, Haneen Mohammed wrote: > Remove drmP.h as it is not needed anymore since nothing it defines is > used in these files and use drm_print.h instead as these files are using > the debug macros defined there. > > Signed-off-by: Haneen Mohammed