I took a pass through the driver looking for CONFIG_ paths that were untested. I found a few cases where either compile was broken, or the config path was never used. Here's a few patches to fix it up. Here's hoping this will avoid any nastygrams from folks running into compilation issues once dpu is upstream. Sean Sean Paul (6): drm/msm: Remove DPU_DBG->pr_err ifdef gate drm/msm: Alphabetize dpu files in Makefile drm/msm: Remove dpu bus scaling code drm/msm: Remove ion from dpu drm/msm: Fix dpu compile when CONFIG_DEBUG_FS !defined drm/msm: Remove remnants of dsi-staging drivers/gpu/drm/msm/Makefile | 8 +- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 35 -- drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.h | 17 +- drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.h | 4 - drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 32 +- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h | 4 - .../gpu/drm/msm/disp/dpu1/dpu_power_handle.c | 522 +----------------- .../gpu/drm/msm/disp/dpu1/dpu_power_handle.h | 65 +-- 8 files changed, 10 insertions(+), 677 deletions(-) -- Sean Paul, Software Engineer, Google / Chromium OS -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html