提交 c22fb790 编写于 作者: T Thierry Reding

gpu: host1x: mipi: Constify OF match table

This table is never modified and can therefore reside in read-only
memory.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 2ed264bf
......@@ -352,7 +352,7 @@ static const struct tegra_mipi_soc tegra124_mipi_soc = {
.hsclkpuos = 0x2,
};
static struct of_device_id tegra_mipi_of_match[] = {
static const struct of_device_id tegra_mipi_of_match[] = {
{ .compatible = "nvidia,tegra114-mipi", .data = &tegra114_mipi_soc },
{ .compatible = "nvidia,tegra124-mipi", .data = &tegra124_mipi_soc },
{ },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册