提交 3af0bdd1 编写于 作者: F Fabrice Gasnier 提交者: Thierry Reding

pwm: stm32: Remove unused struct device

dev is never assigned or used. Remove it.

Fixes: 7edf7369 ("pwm: Add driver for STM32 plaftorm")
Signed-off-by: NFabrice Gasnier <fabrice.gasnier@st.com>
Reviewed-by: NBenjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: NThierry Reding <thierry.reding@gmail.com>
上级 04c0a4e0
......@@ -20,7 +20,6 @@
struct stm32_pwm {
struct pwm_chip chip;
struct device *dev;
struct clk *clk;
struct regmap *regmap;
u32 max_arr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册