Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6da46ba0 authored by Jayant Shekhar's avatar Jayant Shekhar
Browse files

fbdev: msm: Remove restore secure cfg stub out



Remove restore secure cfg local static function
as this now available in scm interface file.

Change-Id: Ie3dbe2ed77e1e16b1b003ee0a9752bf444631100
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent fc9f422c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -276,12 +276,6 @@ static int mdss_mdp_parse_dt_ppb_off(struct platform_device *pdev);
static int mdss_mdp_parse_dt_cdm(struct platform_device *pdev);
static int mdss_mdp_parse_dt_dsc(struct platform_device *pdev);

static int scm_restore_sec_cfg(u32 device_id, u32 spare, int *scm_ret)
{
	/* This function doesn't seem to be applicbale for 4.14 */
	return 0;
}

static inline u32 is_mdp_irq_enabled(void)
{
	struct mdss_data_type *mdata = mdss_mdp_get_mdata();