Skip to content

Commit

Permalink
pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
  • Loading branch information
AxelLin authored and Thierry Reding committed Apr 2, 2013
1 parent 22976a5 commit a46ef4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pwm/pwm-puv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a46ef4d

Please sign in to comment.