diff --git a/drivers/pwm/pwm-thead.c b/drivers/pwm/pwm-thead.c index 3b9ffddfe33dbd..3b4772c3b8cac1 100644 --- a/drivers/pwm/pwm-thead.c +++ b/drivers/pwm/pwm-thead.c @@ -180,7 +180,6 @@ static int thead_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, static const struct pwm_ops thead_pwm_ops = { .apply = thead_pwm_apply, .get_state = thead_pwm_get_state, - .owner = THIS_MODULE, }; static int __maybe_unused thead_pwm_runtime_suspend(struct device *dev)