|
@@ -289,8 +289,6 @@ static const struct tilcdc_module_ops tfp410_module_ops = {
|
|
|
* Device:
|
|
|
*/
|
|
|
|
|
|
-static struct of_device_id tfp410_of_match[];
|
|
|
-
|
|
|
static int tfp410_probe(struct platform_device *pdev)
|
|
|
{
|
|
|
struct device_node *node = pdev->dev.of_node;
|
|
@@ -375,7 +373,7 @@ static int tfp410_remove(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct of_device_id tfp410_of_match[] = {
|
|
|
+static const struct of_device_id tfp410_of_match[] = {
|
|
|
{ .compatible = "ti,tilcdc,tfp410", },
|
|
|
{ },
|
|
|
};
|