diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-30 11:50:59 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-30 13:45:36 +0200 |
commit | 8288591368fcb470024348a9b846f7b3f791be44 (patch) | |
tree | a0de1b7728c2ec48b5e48e22984508b2dc87b551 /Documentation | |
parent | ASoC: rsnd: constify dev_pm_ops structures. (diff) | |
download | linux-8288591368fcb470024348a9b846f7b3f791be44.tar.xz linux-8288591368fcb470024348a9b846f7b3f791be44.zip |
ASoC: rsnd: make arrays path and cmd_case static const
Don't populate the arrays path and cmd_case on the stack but make
them static const. Makes the object code smaller:
Before:
text data bss dec hex filename
2673 624 0 3297 ce1 sound/soc/sh/rcar/cmd.o
After:
text data bss dec hex filename
2398 768 0 3166 c5e sound/soc/sh/rcar/cmd.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions