mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
gpio: octeon: Constify octeon_gpio_match table
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
592569de4c
commit
b6d055b198
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ static int octeon_gpio_probe(struct platform_device *pdev)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct of_device_id octeon_gpio_match[] = {
|
static const struct of_device_id octeon_gpio_match[] = {
|
||||||
{
|
{
|
||||||
.compatible = "cavium,octeon-3860-gpio",
|
.compatible = "cavium,octeon-3860-gpio",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue