commit | e26ae3660b9ca2d180131670ae5388580dcf19b3 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jun 30 10:33:27 2017 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Sep 05 08:45:59 2017 +0100 |
tree | 078709fe46d407785c456c1caee31cb268e22cf3 | |
parent | ff827cf5698b111b2e5f825cb9ee508115f94e8a [diff] |
mfd: rtsx: Make arrays depth and cd_mask static const Don't populate the arrays depath and cd_mask on the stack but make them static const. Makes the object code smaller: text data bss dec hex filename 25413 7216 448 33077 8135 drivers/mfd/rtsx_pcr.o text data bss dec hex filename 25151 7360 448 32959 80bf drivers/mfd/rtsx_pcr.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>