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 <hamohammed.sa@xxxxxxxxx> Thanks for the patch, Haneen, this lgtm. Reviewed-by: Sean Paul <seanpaul@xxxxxxxxxxxx> > --- > drivers/gpu/drm/zte/zx_drm_drv.c | 2 +- > drivers/gpu/drm/zte/zx_hdmi.c | 2 +- > drivers/gpu/drm/zte/zx_plane.c | 2 +- > drivers/gpu/drm/zte/zx_tvenc.c | 2 +- > drivers/gpu/drm/zte/zx_vga.c | 2 +- > drivers/gpu/drm/zte/zx_vou.c | 2 +- > 6 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/gpu/drm/zte/zx_drm_drv.c b/drivers/gpu/drm/zte/zx_drm_drv.c > index 6f4205e8..f375cb0 100644 > --- a/drivers/gpu/drm/zte/zx_drm_drv.c > +++ b/drivers/gpu/drm/zte/zx_drm_drv.c > @@ -24,7 +24,7 @@ > #include <drm/drm_gem_cma_helper.h> > #include <drm/drm_gem_framebuffer_helper.h> > #include <drm/drm_of.h> > -#include <drm/drmP.h> > +#include <drm/drm_print.h> > > #include "zx_drm_drv.h" > #include "zx_vou.h" > diff --git a/drivers/gpu/drm/zte/zx_hdmi.c b/drivers/gpu/drm/zte/zx_hdmi.c > index 13ea90f..4cc9ebd 100644 > --- a/drivers/gpu/drm/zte/zx_hdmi.c > +++ b/drivers/gpu/drm/zte/zx_hdmi.c > @@ -23,7 +23,7 @@ > #include <drm/drm_crtc_helper.h> > #include <drm/drm_edid.h> > #include <drm/drm_of.h> > -#include <drm/drmP.h> > +#include <drm/drm_print.h> > > #include <sound/hdmi-codec.h> > > diff --git a/drivers/gpu/drm/zte/zx_plane.c b/drivers/gpu/drm/zte/zx_plane.c > index 68fd2e2..eeeea99 100644 > --- a/drivers/gpu/drm/zte/zx_plane.c > +++ b/drivers/gpu/drm/zte/zx_plane.c > @@ -14,7 +14,7 @@ > #include <drm/drm_gem_cma_helper.h> > #include <drm/drm_modeset_helper_vtables.h> > #include <drm/drm_plane_helper.h> > -#include <drm/drmP.h> > +#include <drm/drm_print.h> > > #include "zx_common_regs.h" > #include "zx_drm_drv.h" > diff --git a/drivers/gpu/drm/zte/zx_tvenc.c b/drivers/gpu/drm/zte/zx_tvenc.c > index 0de1a71..355b7fb 100644 > --- a/drivers/gpu/drm/zte/zx_tvenc.c > +++ b/drivers/gpu/drm/zte/zx_tvenc.c > @@ -15,7 +15,7 @@ > > #include <drm/drm_atomic_helper.h> > #include <drm/drm_crtc_helper.h> > -#include <drm/drmP.h> > +#include <drm/drm_print.h> > > #include "zx_drm_drv.h" > #include "zx_tvenc_regs.h" > diff --git a/drivers/gpu/drm/zte/zx_vga.c b/drivers/gpu/drm/zte/zx_vga.c > index 3e7e33c..9d18e8a 100644 > --- a/drivers/gpu/drm/zte/zx_vga.c > +++ b/drivers/gpu/drm/zte/zx_vga.c > @@ -14,7 +14,7 @@ > > #include <drm/drm_atomic_helper.h> > #include <drm/drm_crtc_helper.h> > -#include <drm/drmP.h> > +#include <drm/drm_print.h> > > #include "zx_drm_drv.h" > #include "zx_vga_regs.h" > diff --git a/drivers/gpu/drm/zte/zx_vou.c b/drivers/gpu/drm/zte/zx_vou.c > index 7491813..7f49c1f 100644 > --- a/drivers/gpu/drm/zte/zx_vou.c > +++ b/drivers/gpu/drm/zte/zx_vou.c > @@ -21,7 +21,7 @@ > #include <drm/drm_gem_cma_helper.h> > #include <drm/drm_of.h> > #include <drm/drm_plane_helper.h> > -#include <drm/drmP.h> > +#include <drm/drm_print.h> > > #include "zx_common_regs.h" > #include "zx_drm_drv.h" > -- > 2.7.4 > -- Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel