diff options
Diffstat (limited to 'include/clocksource/samsung_pwm.h')
-rw-r--r-- | include/clocksource/samsung_pwm.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/clocksource/samsung_pwm.h b/include/clocksource/samsung_pwm.h index 399d2414734f..b1d8fe706f1a 100644 --- a/include/clocksource/samsung_pwm.h +++ b/include/clocksource/samsung_pwm.h | |||
@@ -20,9 +20,6 @@ | |||
20 | 20 | ||
21 | #define SAMSUNG_PWM_NUM 5 | 21 | #define SAMSUNG_PWM_NUM 5 |
22 | 22 | ||
23 | struct platform_device; | ||
24 | struct device_node; | ||
25 | |||
26 | extern spinlock_t samsung_pwm_lock; | 23 | extern spinlock_t samsung_pwm_lock; |
27 | 24 | ||
28 | struct samsung_pwm_variant { | 25 | struct samsung_pwm_variant { |
@@ -33,11 +30,4 @@ struct samsung_pwm_variant { | |||
33 | bool has_tint_cstat; | 30 | bool has_tint_cstat; |
34 | }; | 31 | }; |
35 | 32 | ||
36 | struct samsung_pwm { | ||
37 | struct samsung_pwm_variant variant; | ||
38 | spinlock_t slock; | ||
39 | void __iomem *base; | ||
40 | int irq[SAMSUNG_PWM_NUM]; | ||
41 | }; | ||
42 | |||
43 | #endif /* __CLOCKSOURCE_SAMSUNG_PWM_H */ | 33 | #endif /* __CLOCKSOURCE_SAMSUNG_PWM_H */ |