aboutsummaryrefslogtreecommitdiffstats
path: root/include/clocksource
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2013-04-23 11:46:26 -0400
committerOlof Johansson <olof@lixom.net>2013-04-28 15:16:52 -0400
commit09d718a78c79ddc270dccbfa1b1070b20b9a9ae1 (patch)
treeb5c3b1abf13b14b90e31d55906dc71a64b77b2c3 /include/clocksource
parent030c2a1e515077dbfabe4e43e32d4a7c549d5543 (diff)
clocksource: samsung_pwm_timer: Drop unused samsung_pwm struct
This patch removes the unused samsung_pwm struct from public header. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/clocksource')
-rw-r--r--include/clocksource/samsung_pwm.h10
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
23struct platform_device;
24struct device_node;
25
26extern spinlock_t samsung_pwm_lock; 23extern spinlock_t samsung_pwm_lock;
27 24
28struct samsung_pwm_variant { 25struct 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
36struct 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 */