We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0444f1 commit 126f52bCopy full SHA for 126f52b
drivers/media/platform/coda/imx-vdoa.c
@@ -315,13 +315,13 @@ static int vdoa_remove(struct platform_device *pdev)
315
return 0;
316
}
317
318
-static struct of_device_id vdoa_dt_ids[] = {
+static const struct of_device_id vdoa_dt_ids[] = {
319
{ .compatible = "fsl,imx6q-vdoa" },
320
{}
321
};
322
MODULE_DEVICE_TABLE(of, vdoa_dt_ids);
323
324
-static struct platform_driver vdoa_driver = {
+static const struct platform_driver vdoa_driver = {
325
.probe = vdoa_probe,
326
.remove = vdoa_remove,
327
.driver = {
0 commit comments