commit | 27d70d368021160fada401d3e2641fbd38a9d10a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Sep 03 14:39:50 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 30 11:45:56 2017 +0100 |
tree | ce36d6accb1e8474ce77dd5f119cf10e8539202b | |
parent | 2afcbdb0d88b41dace18d7dd2ace62ce4b997319 [diff] |
mmc: dw_mmc: make const arrays mszs static Don't populate the const arrays mszs on the stack, instead make them static. Makes the object code smaller by over 310 bytes: Before: text data bss dec hex filename 47527 8528 320 56375 dc37 drivers/mmc/host/dw_mmc.o After: text data bss dec hex filename 47055 8688 320 56063 daff drivers/mmc/host/dw_mmc.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>