drm/omap: dss: Remove output devices list
The output devices list isn't used anymore, all output devices are accessed through the global devices list. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:

committed by
Tomi Valkeinen

parent
3ce75d67e4
commit
de57e9dbc1
@@ -331,12 +331,12 @@ static void sdi_init_output(struct sdi_device *sdi)
|
||||
out->ops = &sdi_ops;
|
||||
out->owner = THIS_MODULE;
|
||||
|
||||
omapdss_register_output(out);
|
||||
omapdss_device_register(out);
|
||||
}
|
||||
|
||||
static void sdi_uninit_output(struct sdi_device *sdi)
|
||||
{
|
||||
omapdss_unregister_output(&sdi->output);
|
||||
omapdss_device_unregister(&sdi->output);
|
||||
}
|
||||
|
||||
int sdi_init_port(struct dss_device *dss, struct platform_device *pdev,
|
||||
|
Reference in New Issue
Block a user