|
@@ -20,9 +20,6 @@
|
|
|
|
|
|
|
|
#define SAMSUNG_PWM_NUM 5
|
|
#define SAMSUNG_PWM_NUM 5
|
|
|
|
|
|
|
|
-struct platform_device;
|
|
|
|
|
-struct device_node;
|
|
|
|
|
-
|
|
|
|
|
extern spinlock_t samsung_pwm_lock;
|
|
extern spinlock_t samsung_pwm_lock;
|
|
|
|
|
|
|
|
struct samsung_pwm_variant {
|
|
struct samsung_pwm_variant {
|
|
@@ -33,11 +30,4 @@ struct samsung_pwm_variant {
|
|
|
bool has_tint_cstat;
|
|
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 */
|
|
#endif /* __CLOCKSOURCE_SAMSUNG_PWM_H */
|