mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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: Axel Lin <axel.lin@ingics.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
This commit is contained in:
parent
fa0abee9b8
commit
83c80dc535
@ -358,6 +358,7 @@ static const struct pwm_ops atmel_tcb_pwm_ops = {
|
||||
.set_polarity = atmel_tcb_pwm_set_polarity,
|
||||
.enable = atmel_tcb_pwm_enable,
|
||||
.disable = atmel_tcb_pwm_disable,
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
|
||||
static int atmel_tcb_pwm_probe(struct platform_device *pdev)
|
||||
|
Loading…
Reference in New Issue
Block a user