mirror of https://gitee.com/openkylin/linux.git
OMAPDSS: add missing export for omap_dss_get_output()
omap_dss_get_output() is a public function, but was missing EXPORT_SYMBOL(). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
This commit is contained in:
parent
346f1e0772
commit
27831620a6
|
@ -113,6 +113,7 @@ struct omap_dss_output *omap_dss_get_output(enum omap_dss_output_id id)
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(omap_dss_get_output);
|
||||||
|
|
||||||
static const struct dss_mgr_ops *dss_mgr_ops;
|
static const struct dss_mgr_ops *dss_mgr_ops;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue