diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-30 10:16:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-30 11:38:20 +0100 |
commit | 836e4fedee8df123a203a0ded090251de66b9bd1 (patch) | |
tree | 2f1dd99a2a5e4e0edc631f2c35ff2a4e00481559 /kernel/elfcore.c | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
ASoC: ak4642: make arrays fs_list and ps_list static const
Don't populate the arrays fs_list and ps_list on the stack but make
them static const. Makes the object code smaller:
Before:
text data bss dec hex filename
12084 4888 64 17036 428c sound/soc/codecs/ak4642.o
After:
text data bss dec hex filename
11883 5032 64 16979 4253 sound/soc/codecs/ak4642.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/elfcore.c')
0 files changed, 0 insertions, 0 deletions