mmc: dw_mmc-k3: make array hs_timing_cfg static
authorColin Ian King <colin.king@canonical.com>
Tue, 3 Oct 2017 09:56:54 +0000 (10:56 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 Oct 2017 10:46:01 +0000 (11:46 +0100)
commit085cc3ab39d44ccb0ee051b0bc58f4dd0c0cbfaf
tree37e67e36bb521bf5d8f2198242680949cba64168
parent3a8e9cad3e6d7870a789ffd6de0b8687691e10c9
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>
drivers/mmc/host/dw_mmc-k3.c