commit | 085cc3ab39d44ccb0ee051b0bc58f4dd0c0cbfaf | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Oct 03 10:56:54 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 30 11:46:01 2017 +0100 |
tree | 37e67e36bb521bf5d8f2198242680949cba64168 | |
parent | 3a8e9cad3e6d7870a789ffd6de0b8687691e10c9 [diff] |
mmc: dw_mmc-k3: make array hs_timing_cfg static The array hs_timing_cfg is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'hs_timing_cfg' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>