提交 b6d055b1 编写于 作者: A Axel Lin 提交者: Linus Walleij

gpio: octeon: Constify octeon_gpio_match table

Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 592569de
......@@ -116,7 +116,7 @@ static int octeon_gpio_probe(struct platform_device *pdev)
return 0;
}
static struct of_device_id octeon_gpio_match[] = {
static const struct of_device_id octeon_gpio_match[] = {
{
.compatible = "cavium,octeon-3860-gpio",
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册