From 7d234c25e7b4fb3cc64e01b890a31a5b2b5b578d Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Tue, 23 Apr 2013 17:46:26 +0200 Subject: [PATCH] --- yaml --- r: 374223 b: refs/heads/master c: 09d718a78c79ddc270dccbfa1b1070b20b9a9ae1 h: refs/heads/master i: 374221: 3b85ac843dba169d815fa43f30f45f268f9b4022 374219: 316ffb8b7861130625b2a8e558fe34a3468c220d 374215: 608aa12a50739c97aaff3e4757a28a1fcba69d47 374207: 72b2e4dc9c9ac02298aa2c8de8e81d6af82c64f9 v: v3 --- [refs] | 2 +- trunk/include/clocksource/samsung_pwm.h | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) 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 */