aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pps/clients/pps-gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pps/clients/pps-gpio.c b/drivers/pps/clients/pps-gpio.c
index 9966124ad988..f41bacfdc3dc 100644
--- a/drivers/pps/clients/pps-gpio.c
+++ b/drivers/pps/clients/pps-gpio.c
@@ -201,7 +201,7 @@ static struct platform_driver pps_gpio_driver = {
201 .driver = { 201 .driver = {
202 .name = PPS_GPIO_NAME, 202 .name = PPS_GPIO_NAME,
203 .owner = THIS_MODULE, 203 .owner = THIS_MODULE,
204 .of_match_table = of_match_ptr(pps_gpio_dt_ids), 204 .of_match_table = pps_gpio_dt_ids,
205 }, 205 },
206}; 206};
207 207