Signed-off-by: Sean Paul <seanpaul@xxxxxxxxxxxx> --- drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.h index 89edf2526aca..1e6fa945f98b 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.h +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.h @@ -68,15 +68,6 @@ void dpu_dbg_dump(bool queue_work, const char *name, bool dump_dbgbus_dpu, */ void dpu_dbg_set_dpu_top_offset(u32 blk_off); -/** - * dsi_ctrl_debug_dump - dump dsi debug dump status - */ -#if defined(CONFIG_DRM_MSM_DSI_STAGING) -void dsi_ctrl_debug_dump(void); -#else -static inline void dsi_ctrl_debug_dump(void) {} -#endif - #else static inline void dpu_dbg_init_dbg_buses(u32 hwversion) @@ -106,10 +97,6 @@ static inline void dpu_dbg_set_dpu_top_offset(u32 blk_off) { } -static inline void dsi_ctrl_debug_dump(void) -{ -} - #endif /* defined(CONFIG_DEBUG_FS) */ -- 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