diff options
| author | Colin Ian King <[email protected]> | 2017-09-19 22:50:00 +0100 | 
|---|---|---|
| committer | Mark Brown <[email protected]> | 2017-09-19 23:00:45 +0100 | 
| commit | 57f7feff2912d6996b5f3fcac084308ce195127c (patch) | |
| tree | b87c8007108853e034d5a843599e61a8083f046a /tools/objtool/arch/x86/decode.c | |
| parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
ASoC: rl6231: make arrays div and pd static const, reduces object code size
Don't populate the read-only arrays div and pd on the stack,
instead make them static const. Makes the object code smaller by 210 bytes:
Before:
   text	   data	    bss	    dec	    hex	filename
   2869	    720	      0	   3589	    e05	sound/soc/codecs/rl6231.o
After:
   text	   data	    bss	    dec	    hex	filename
   2495	    880	      0	   3375	    d2f	sound/soc/codecs/rl6231.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/objtool/arch/x86/decode.c')
0 files changed, 0 insertions, 0 deletions