mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
pwm: ab8500: 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
563861cd63
commit
fa0abee9b8
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ static const struct pwm_ops ab8500_pwm_ops = {
|
||||||
.config = ab8500_pwm_config,
|
.config = ab8500_pwm_config,
|
||||||
.enable = ab8500_pwm_enable,
|
.enable = ab8500_pwm_enable,
|
||||||
.disable = ab8500_pwm_disable,
|
.disable = ab8500_pwm_disable,
|
||||||
|
.owner = THIS_MODULE,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int ab8500_pwm_probe(struct platform_device *pdev)
|
static int ab8500_pwm_probe(struct platform_device *pdev)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue