diff options
-rw-r--r-- | drivers/gpio/gpio-tb10x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c index 3162555ca1cb..07bce97647a6 100644 --- a/drivers/gpio/gpio-tb10x.c +++ b/drivers/gpio/gpio-tb10x.c | |||
@@ -318,7 +318,7 @@ static struct platform_driver tb10x_gpio_driver = { | |||
318 | .remove = tb10x_gpio_remove, | 318 | .remove = tb10x_gpio_remove, |
319 | .driver = { | 319 | .driver = { |
320 | .name = "tb10x-gpio", | 320 | .name = "tb10x-gpio", |
321 | .of_match_table = of_match_ptr(tb10x_gpio_dt_ids), | 321 | .of_match_table = tb10x_gpio_dt_ids, |
322 | .owner = THIS_MODULE, | 322 | .owner = THIS_MODULE, |
323 | } | 323 | } |
324 | }; | 324 | }; |