OSDN Git Service

iwlegacy: make const array static to shink object code size
authorColin Ian King <colin.king@canonical.com>
Thu, 21 Sep 2017 22:56:30 +0000 (23:56 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 25 Sep 2017 08:29:18 +0000 (11:29 +0300)
commit9b029e178ea174acd96a5ddf97b04c70f4e57885
tree11a5e11fccc2a389ceecf6006ff3b8ef348861ae
parent115af851234fc2690753f71685a0007fa4c7f973
iwlegacy: make const array static to shink object code size

Don't populate const array ac_to_fifo on the stack in an inlined
function, instead make it static.  Makes the object code smaller
by over 800 bytes:

   text    data     bss     dec     hex filename
 159029   33154    1216  193399   2f377 4965-mac.o

   text    data     bss     dec     hex filename
 158122   33250    1216  192588   2f04c 4965-mac.o

(gcc version 7.2.0 x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlegacy/4965-mac.c