mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:30:53 +07:00
pwm: hibvt: Constify hibvt_pwm_ops
File size before: text data bss dec hex filename 1510 296 0 1806 70e drivers/pwm/pwm-hibvt.o File size After adding 'const': text data bss dec hex filename 1606 192 0 1798 706 drivers/pwm/pwm-hibvt.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
0e1921dcd8
commit
c034a6fda0
@ -165,7 +165,7 @@ static int hibvt_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct pwm_ops hibvt_pwm_ops = {
|
static const struct pwm_ops hibvt_pwm_ops = {
|
||||||
.get_state = hibvt_pwm_get_state,
|
.get_state = hibvt_pwm_get_state,
|
||||||
.apply = hibvt_pwm_apply,
|
.apply = hibvt_pwm_apply,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user