mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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:
parent
22976a5dad
commit
a46ef4d572
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user