Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6d055b1 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: octeon: Constify octeon_gpio_match table

parent 592569de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
	},