aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pwm/pwm-samsung.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c
index ff201e1b9219..ada2d326dc3e 100644
--- a/drivers/pwm/pwm-samsung.c
+++ b/drivers/pwm/pwm-samsung.c
@@ -456,6 +456,7 @@ static const struct of_device_id samsung_pwm_matches[] = {
456 { .compatible = "samsung,exynos4210-pwm", .data = &s5p64x0_variant }, 456 { .compatible = "samsung,exynos4210-pwm", .data = &s5p64x0_variant },
457 {}, 457 {},
458}; 458};
459MODULE_DEVICE_TABLE(of, samsung_pwm_matches);
459 460
460static int pwm_samsung_parse_dt(struct samsung_pwm_chip *chip) 461static int pwm_samsung_parse_dt(struct samsung_pwm_chip *chip)
461{ 462{