commit | 355679b2701b3d38a4681bf922291c6e55a23e46 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Jun 13 10:39:43 2017 +0530 |
committer | Sebastian Reichel <sre@kernel.org> | Wed Jun 14 22:10:43 2017 +0200 |
tree | 1861ac0f84850cd3279bf39a1847c5ec0e6b774c | |
parent | 1b0c6806d660508876e936ec439e3e7864200921 [diff] |
power: supply: core: constify psy_tcd_ops. File size before: text data bss dec hex filename 4240 200 80 4520 11a8 drivers/power/supply/power_supply_core.o File size After adding 'const': text data bss dec hex filename 4296 136 80 4512 11a0 drivers/power/supply/power_supply_core.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>