pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
This commit is contained in:
Axel Lin 2013-03-31 23:01:11 +08:00 committed by Thierry Reding
parent 22976a5dad
commit a46ef4d572
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ struct puv3_pwm_chip {
struct pwm_chip chip;
void __iomem *base;
struct clk *clk;
bool enabled;
};
static inline struct puv3_pwm_chip *to_puv3(struct pwm_chip *chip)