Browse Source

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 <[email protected]>
Samantha Tran 5 years ago
parent
commit
d554b709fc
1 changed files with 0 additions and 5 deletions
  1. 0 5
      msm/sde_dbg.h

+ 0 - 5
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)
 {
 }