summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-visconti.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-visconti.c')
-rw-r--r--drivers/gpio/gpio-visconti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-visconti.c b/drivers/gpio/gpio-visconti.c
index 5e108ba9956a..10d9de41f29b 100644
--- a/drivers/gpio/gpio-visconti.c
+++ b/drivers/gpio/gpio-visconti.c
@@ -194,7 +194,7 @@ static struct platform_driver visconti_gpio_driver = {
.probe = visconti_gpio_probe,
.driver = {
.name = "visconti_gpio",
- .of_match_table = of_match_ptr(visconti_gpio_of_match),
+ .of_match_table = visconti_gpio_of_match,
}
};
module_platform_driver(visconti_gpio_driver);