diff options
author | Colin Ian King <[email protected]> | 2017-08-24 14:00:55 +0100 |
---|---|---|
committer | Jacek Anaszewski <[email protected]> | 2017-08-29 21:10:39 +0200 |
commit | 34b558a5ed21ff97186265d0d753a3425744d7eb (patch) | |
tree | 88f9702b7e960514663c988be02466edb5639bb9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 85775013ec49b3d114adfbd618d721247bf1b431 (diff) |
leds: lp8501: make several arrays static const
Don't populate the arrays on the stack, instead make them static const.
Makes the object code smaller by 50 bytes:
Before:
text data bss dec hex filename
5058 1552 64 6674 1a12 drivers/leds/leds-lp8501.o
After:
text data bss dec hex filename
4788 1776 64 6628 19e4 drivers/leds/leds-lp8501.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