提交 09d718a7 编写于 作者: T Tomasz Figa 提交者: Olof Johansson

clocksource: samsung_pwm_timer: Drop unused samsung_pwm struct

This patch removes the unused samsung_pwm struct from public header.
Signed-off-by: NTomasz Figa <t.figa@samsung.com>
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: NArnd Bergmann <arnd@arndb.de>
Acked-by: NKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 030c2a1e
......@@ -20,9 +20,6 @@
#define SAMSUNG_PWM_NUM 5
struct platform_device;
struct device_node;
extern spinlock_t samsung_pwm_lock;
struct samsung_pwm_variant {
......@@ -33,11 +30,4 @@ struct samsung_pwm_variant {
bool has_tint_cstat;
};
struct samsung_pwm {
struct samsung_pwm_variant variant;
spinlock_t slock;
void __iomem *base;
int irq[SAMSUNG_PWM_NUM];
};
#endif /* __CLOCKSOURCE_SAMSUNG_PWM_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册