summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-16 18:34:24 +0300
committerKalle Valo <kvalo@codeaurora.org>2017-09-20 15:47:24 +0300
commitd157bcfaf8542612fd9ffc0cbbc1e52b85157640 (patch)
tree1c942a1e7ed472f2609f332673dbbe8a19d3d13e /include/linux/debugobjects.h
parent85dafc12919659ec744e111b1714792cd3d0a9ca (diff)
downloadlinux-d157bcfaf8542612fd9ffc0cbbc1e52b85157640.tar.xz
mwifiex: make const arrays static to shink object code size
Don't populate const arrays on the stack, instead make them static Makes the object code smaller by nearly 300 bytes: Before: text data bss dec hex filename 69260 16149 576 85985 14fe1 cfg80211.o After: text data bss dec hex filename 68385 16725 576 85686 14eb6 cfg80211.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions