You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user