diff options
| author | Colin Ian King <[email protected]> | 2017-08-31 16:30:44 +0000 |
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2017-09-01 01:09:48 +0000 |
| commit | 08d6ac9ee5fedd82040bc878705981b67a116a3f (patch) | |
| tree | aa4edc21678fbc831cb18e8afd870942ed2ba868 /tools/lib/api | |
| parent | Input: xilinx_ps2 - fix multiline comment style (diff) | |
| download | kernel-08d6ac9ee5fedd82040bc878705981b67a116a3f.tar.gz kernel-08d6ac9ee5fedd82040bc878705981b67a116a3f.zip | |
Input: byd - make array seq static, reduces object code size
Don't populate the array seq on the stack, instead make it static.
Makes the object code smaller by over 1100 bytes:
Before:
text data bss dec hex filename
6152 1216 64 7432 1d08 drivers/input/mouse/byd.o
After:
text data bss dec hex filename
4974 1280 64 6318 18ae drivers/input/mouse/byd.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'tools/lib/api')
0 files changed, 0 insertions, 0 deletions
