diff options
Diffstat (limited to 'drivers/clocksource/samsung_pwm_timer.c')
-rw-r--r-- | drivers/clocksource/samsung_pwm_timer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clocksource/samsung_pwm_timer.c b/drivers/clocksource/samsung_pwm_timer.c index 27a9797e8187..54565bd0093b 100644 --- a/drivers/clocksource/samsung_pwm_timer.c +++ b/drivers/clocksource/samsung_pwm_timer.c | |||
@@ -466,7 +466,7 @@ static int __init s3c2410_pwm_clocksource_init(struct device_node *np) | |||
466 | { | 466 | { |
467 | return samsung_pwm_alloc(np, &s3c24xx_variant); | 467 | return samsung_pwm_alloc(np, &s3c24xx_variant); |
468 | } | 468 | } |
469 | CLOCKSOURCE_OF_DECLARE_RET(s3c2410_pwm, "samsung,s3c2410-pwm", s3c2410_pwm_clocksource_init); | 469 | CLOCKSOURCE_OF_DECLARE(s3c2410_pwm, "samsung,s3c2410-pwm", s3c2410_pwm_clocksource_init); |
470 | 470 | ||
471 | static const struct samsung_pwm_variant s3c64xx_variant = { | 471 | static const struct samsung_pwm_variant s3c64xx_variant = { |
472 | .bits = 32, | 472 | .bits = 32, |
@@ -479,7 +479,7 @@ static int __init s3c64xx_pwm_clocksource_init(struct device_node *np) | |||
479 | { | 479 | { |
480 | return samsung_pwm_alloc(np, &s3c64xx_variant); | 480 | return samsung_pwm_alloc(np, &s3c64xx_variant); |
481 | } | 481 | } |
482 | CLOCKSOURCE_OF_DECLARE_RET(s3c6400_pwm, "samsung,s3c6400-pwm", s3c64xx_pwm_clocksource_init); | 482 | CLOCKSOURCE_OF_DECLARE(s3c6400_pwm, "samsung,s3c6400-pwm", s3c64xx_pwm_clocksource_init); |
483 | 483 | ||
484 | static const struct samsung_pwm_variant s5p64x0_variant = { | 484 | static const struct samsung_pwm_variant s5p64x0_variant = { |
485 | .bits = 32, | 485 | .bits = 32, |
@@ -492,7 +492,7 @@ static int __init s5p64x0_pwm_clocksource_init(struct device_node *np) | |||
492 | { | 492 | { |
493 | return samsung_pwm_alloc(np, &s5p64x0_variant); | 493 | return samsung_pwm_alloc(np, &s5p64x0_variant); |
494 | } | 494 | } |
495 | CLOCKSOURCE_OF_DECLARE_RET(s5p6440_pwm, "samsung,s5p6440-pwm", s5p64x0_pwm_clocksource_init); | 495 | CLOCKSOURCE_OF_DECLARE(s5p6440_pwm, "samsung,s5p6440-pwm", s5p64x0_pwm_clocksource_init); |
496 | 496 | ||
497 | static const struct samsung_pwm_variant s5p_variant = { | 497 | static const struct samsung_pwm_variant s5p_variant = { |
498 | .bits = 32, | 498 | .bits = 32, |
@@ -505,5 +505,5 @@ static int __init s5p_pwm_clocksource_init(struct device_node *np) | |||
505 | { | 505 | { |
506 | return samsung_pwm_alloc(np, &s5p_variant); | 506 | return samsung_pwm_alloc(np, &s5p_variant); |
507 | } | 507 | } |
508 | CLOCKSOURCE_OF_DECLARE_RET(s5pc100_pwm, "samsung,s5pc100-pwm", s5p_pwm_clocksource_init); | 508 | CLOCKSOURCE_OF_DECLARE(s5pc100_pwm, "samsung,s5pc100-pwm", s5p_pwm_clocksource_init); |
509 | #endif | 509 | #endif |