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

Commit 6d9f29dd authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAP: DSS2: Remove unused code from display.c



oh_core variable is no longer used, so it and its initialization can be
removed.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent e6d80f95
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@ static struct omap_device_pm_latency omap_dss_latency[] = {
	},
};

/* oh_core is used for getting opt-clocks */
static struct omap_hwmod	*oh_core;

struct omap_dss_hwmod_data {
	const char *oh_name;
	const char *dev_name;
@@ -99,13 +96,6 @@ int __init omap_display_init(struct omap_dss_board_info *board_data)
		oh_count = ARRAY_SIZE(omap4_dss_hwmod_data);
	}

	/* opt_clks are always associated with dss hwmod */
	oh_core = omap_hwmod_lookup("dss_core");
	if (!oh_core) {
		pr_err("Could not look up dss_core.\n");
		return -ENODEV;
	}

	pdata.board_data = board_data;
	pdata.board_data->get_context_loss_count =
		omap_pm_get_dev_context_loss_count;