pwm: hibvt: Constify hibvt_pwm_ops
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 13 Jun 2017 09:56:41 +0000 (15:26 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 6 Jul 2017 06:38:53 +0000 (08:38 +0200)
commitc034a6fda0179a85cd571c386ed6748188b0a79c
tree1291d465cd52d498964b3bc3b5c0baeee275fec0
parent0e1921dcd825004551bd4dd2df99697641434a52
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>
drivers/pwm/pwm-hibvt.c