diff --git a/[refs] b/[refs] index 0fafc05d7d67..f5d4174e0b48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 030c2a1e515077dbfabe4e43e32d4a7c549d5543 +refs/heads/master: 09d718a78c79ddc270dccbfa1b1070b20b9a9ae1 diff --git a/trunk/include/clocksource/samsung_pwm.h b/trunk/include/clocksource/samsung_pwm.h index 399d2414734f..b1d8fe706f1a 100644 --- a/trunk/include/clocksource/samsung_pwm.h +++ b/trunk/include/clocksource/samsung_pwm.h @@ -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 */