From d554b709fca299ed37f5d111e67c967544c077e4 Mon Sep 17 00:00:00 2001 From: Samantha Tran Date: Tue, 5 May 2020 11:30:01 -0700 Subject: [PATCH] disp: msm: remove unused sde debug function Remove unused register debug function. DSI is now using a different function instead and no longer needs this. Change-Id: Ia0da4ba8447a162b4f327c34b26177bbaea0a0f9 Signed-off-by: Samantha Tran --- msm/sde_dbg.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/msm/sde_dbg.h b/msm/sde_dbg.h index b5237cac26..06b9cb5c36 100644 --- a/msm/sde_dbg.h +++ b/msm/sde_dbg.h @@ -449,11 +449,6 @@ static inline void sde_dbg_reg_register_dump_range(const char *base_name, { } -int sde_dbg_register_dsi_ctrl(void __iomem *base, const char *name) -{ - return 0; -} - static inline void sde_dbg_set_sde_top_offset(u32 blk_off) { }