aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/gpio-rcar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
index 5a693dd0ac7a..f3327533bfd5 100644
--- a/drivers/gpio/gpio-rcar.c
+++ b/drivers/gpio/gpio-rcar.c
@@ -437,6 +437,7 @@ static const struct of_device_id gpio_rcar_of_table[] = {
437 { 437 {
438 .compatible = "renesas,gpio-rcar", 438 .compatible = "renesas,gpio-rcar",
439 }, 439 },
440 { },
440}; 441};
441 442
442MODULE_DEVICE_TABLE(of, gpio_rcar_of_table); 443MODULE_DEVICE_TABLE(of, gpio_rcar_of_table);