提交 83c80dc5 编写于 作者: A Axel Lin 提交者: Thierry Reding

pwm: atmel-tcb: Add .owner to struct pwm_ops

Add missing .owner of struct pwm_ops. This prevents the module from being
removed from underneath its users.
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
上级 fa0abee9
...@@ -358,6 +358,7 @@ static const struct pwm_ops atmel_tcb_pwm_ops = { ...@@ -358,6 +358,7 @@ static const struct pwm_ops atmel_tcb_pwm_ops = {
.set_polarity = atmel_tcb_pwm_set_polarity, .set_polarity = atmel_tcb_pwm_set_polarity,
.enable = atmel_tcb_pwm_enable, .enable = atmel_tcb_pwm_enable,
.disable = atmel_tcb_pwm_disable, .disable = atmel_tcb_pwm_disable,
.owner = THIS_MODULE,
}; };
static int atmel_tcb_pwm_probe(struct platform_device *pdev) static int atmel_tcb_pwm_probe(struct platform_device *pdev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册