diff options
-rw-r--r-- | drivers/gpio/gpio-blzp1600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-blzp1600.c b/drivers/gpio/gpio-blzp1600.c index 2760a13c0801..055cb296ae54 100644 --- a/drivers/gpio/gpio-blzp1600.c +++ b/drivers/gpio/gpio-blzp1600.c @@ -269,7 +269,7 @@ MODULE_DEVICE_TABLE(of, blzp1600_gpio_of_match); static struct platform_driver blzp1600_gpio_driver = { .driver = { .name = DRIVER_NAME, - .of_match_table = of_match_ptr(blzp1600_gpio_of_match), + .of_match_table = blzp1600_gpio_of_match, }, .probe = blzp1600_gpio_probe, }; |