This patchset move debug macros from drmP.h to drm_print.h and move printing related functions used by the debug macros from drm_drv.[hc] to drm_print.[hc]. In addition, it fixes old comment style.
Changes in v3: - Move debug macros and print functions into drm_print.[hc] instead of introducing drm_debug.[hc].
Haneen Mohammed (2): drm: Move debug macros out of drmP.h drm/print: Update old comment style
drivers/gpu/drm/drm_drv.c | 47 -------------- drivers/gpu/drm/drm_print.c | 47 ++++++++++++++ include/drm/drmP.h | 150 +------------------------------------------- include/drm/drm_drv.h | 7 --- include/drm/drm_print.h | 149 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 197 insertions(+), 203 deletions(-)