OMAPDSS: use omapdss_compat_init() in other drivers
omapdss_compat_init() and omapdss_compat_uninit() is called internally by omapdss. This patch moves the calls to omapfb, omap_vout and omapdrm drivers. omapdrm driver can later remove the call after non-compat support has been implemented in omapdrm. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
@@ -232,8 +232,6 @@ static int __init omap_dss_probe(struct platform_device *pdev)
|
||||
|
||||
dss_features_init(omapdss_get_version());
|
||||
|
||||
omapdss_compat_init();
|
||||
|
||||
r = dss_initialize_debugfs();
|
||||
if (r)
|
||||
goto err_debugfs;
|
||||
@@ -258,8 +256,6 @@ static int omap_dss_remove(struct platform_device *pdev)
|
||||
|
||||
dss_uninitialize_debugfs();
|
||||
|
||||
omapdss_compat_uninit();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user