aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tb10x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-tb10x.c')
-rw-r--r--drivers/gpio/gpio-tb10x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c
index 8b1e8c0dd2fb..62ab9f4b2cd3 100644
--- a/drivers/gpio/gpio-tb10x.c
+++ b/drivers/gpio/gpio-tb10x.c
@@ -311,7 +311,6 @@ static struct platform_driver tb10x_gpio_driver = {
311 .driver = { 311 .driver = {
312 .name = "tb10x-gpio", 312 .name = "tb10x-gpio",
313 .of_match_table = tb10x_gpio_dt_ids, 313 .of_match_table = tb10x_gpio_dt_ids,
314 .owner = THIS_MODULE,
315 } 314 }
316}; 315};
317 316