summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-atmel-hlcdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-atmel-hlcdc.c')
-rw-r--r--drivers/pwm/pwm-atmel-hlcdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c
index 5df1db40fc07..be7bb05325b8 100644
--- a/drivers/pwm/pwm-atmel-hlcdc.c
+++ b/drivers/pwm/pwm-atmel-hlcdc.c
@@ -236,6 +236,7 @@ static const struct of_device_id atmel_hlcdc_dt_ids[] = {
236 }, 236 },
237 { /* sentinel */ }, 237 { /* sentinel */ },
238}; 238};
239MODULE_DEVICE_TABLE(of, atmel_hlcdc_dt_ids);
239 240
240static int atmel_hlcdc_pwm_probe(struct platform_device *pdev) 241static int atmel_hlcdc_pwm_probe(struct platform_device *pdev)
241{ 242{