omap: dss: connector-analog-tv: Add missing module device table
authorMarek Belisko <marek@goldelico.com>
Mon, 27 Oct 2014 20:24:03 +0000 (21:24 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 30 Oct 2014 12:51:59 +0000 (14:51 +0200)
Without that fix connector-analog-tv driver isn't probed when compiled
as module.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c

index 05be3ad..9192166 100644 (file)
@@ -301,6 +301,8 @@ static const struct of_device_id tvc_of_match[] = {
        {},
 };
 
+MODULE_DEVICE_TABLE(of, tvc_of_match);
+
 static struct platform_driver tvc_connector_driver = {
        .probe  = tvc_probe,
        .remove = __exit_p(tvc_remove),