Skip to content

Commit

Permalink
fix: pwm: thead: remove THIS_MODULE
Browse files Browse the repository at this point in the history
follow 384461a

Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
  • Loading branch information
RevySR committed Nov 13, 2023
1 parent 59e1013 commit d5ecaf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pwm/pwm-thead.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5ecaf8

Please sign in to comment.