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

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

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: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
parent 563861cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ static const struct pwm_ops ab8500_pwm_ops = {
	.config = ab8500_pwm_config,
	.enable = ab8500_pwm_enable,
	.disable = ab8500_pwm_disable,
	.owner = THIS_MODULE,
};

static int ab8500_pwm_probe(struct platform_device *pdev)