diff options
author | Colin Ian King <[email protected]> | 2017-08-24 14:00:54 +0100 |
---|---|---|
committer | Jacek Anaszewski <[email protected]> | 2017-08-29 21:10:39 +0200 |
commit | 85775013ec49b3d114adfbd618d721247bf1b431 (patch) | |
tree | fd56d009a0c00fb9946a587ebf8b5ddcd0b54a87 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f01a59ef7ada971698972ec6ecdf4719119bb0ac (diff) |
leds: lp5562: make several arrays static const
Don't populate the arrays on the stack, instead make them static const.
Makes the object code smaller by over 150 bytes:
Before:
text data bss dec hex filename
7725 2448 64 10237 27fd drivers/leds/leds-lp5562.o
After:
text data bss dec hex filename
7184 2832 64 10080 2760 drivers/leds/leds-lp5562.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jacek Anaszewski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions