]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/tilcdc: Remove obsolete drm_connector_register() calls
authorJyri Sarha <jsarha@ti.com>
Mon, 17 Oct 2016 21:32:36 +0000 (00:32 +0300)
committerJyri Sarha <jsarha@ti.com>
Tue, 29 Nov 2016 19:03:18 +0000 (21:03 +0200)
commit15d704e53c7d870f58558839eadfca7bcb8de5f5
tree76ab1c8a25b8691d1db1fabfa988bc5706d2797b
parentd701453bd50910abfbd9b695165068dd8c4cffdf
drm/tilcdc: Remove obsolete drm_connector_register() calls

Remove obsolete drm_connector_register() calls from tilcdc_panel.c and
tilcdc_tfp410.c. All connectors are registered when drm_dev_register()
is called.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/tilcdc/tilcdc_panel.c
drivers/gpu/drm/tilcdc/tilcdc_tfp410.c