Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a46ef4d5 authored by Axel Lin's avatar Axel Lin Committed by Thierry Reding
Browse files

pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip

parent 22976a5d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)