aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/gpio-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c
index c6bdc2ed2445..4e8fb8261a87 100644
--- a/drivers/gpio/gpio-tegra.c
+++ b/drivers/gpio/gpio-tegra.c
@@ -408,7 +408,7 @@ static struct tegra_gpio_soc_config tegra30_gpio_config = {
408 .upper_offset = 0x80, 408 .upper_offset = 0x80,
409}; 409};
410 410
411static struct of_device_id tegra_gpio_of_match[] = { 411static const struct of_device_id tegra_gpio_of_match[] = {
412 { .compatible = "nvidia,tegra30-gpio", .data = &tegra30_gpio_config }, 412 { .compatible = "nvidia,tegra30-gpio", .data = &tegra30_gpio_config },
413 { .compatible = "nvidia,tegra20-gpio", .data = &tegra20_gpio_config }, 413 { .compatible = "nvidia,tegra20-gpio", .data = &tegra20_gpio_config },
414 { }, 414 { },