diff options
author | Colin Ian King <[email protected]> | 2017-09-19 15:42:18 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2017-09-21 14:09:49 +0200 |
commit | b582658ae00ded3058618252d40ed480870ee18b (patch) | |
tree | 02c914b3f97380705a4cb641396e010c6a97233b /lib/mpi/mpi-bit.c | |
parent | 2d71dfa2d9f119bcf41ae2cb130b98f91321890e (diff) |
pinctrl: single: make two arrays static const, reduces object code size
Don't populate the read-only arrays prop2 and prop4 on the stack, instead
make them static const. Makes the object code smaller by over 230 bytes:
Before:
text data bss dec hex filename
28235 5820 192 34247 85c7 drivers/pinctrl/pinctrl-single.o
After:
text data bss dec hex filename
27839 5980 192 34011 84db drivers/pinctrl/pinctrl-single.o
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions