Skip to content

Commit

Permalink
clocksource: samsung_pwm_timer: Drop unused samsung_pwm struct
Browse files Browse the repository at this point in the history
This patch removes the unused samsung_pwm struct from public header.

Signed-off-by: Tomasz Figa <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
Tomasz Figa authored and olofj committed Apr 28, 2013
1 parent 030c2a1 commit 09d718a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/clocksource/samsung_pwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 */

0 comments on commit 09d718a

Please sign in to comment.