"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "a401801c6ed141f8cee735775a501ea9e3e6aaed"
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 <colin.king@canonical.com> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Loading
Please register or sign in to comment