commit | 4e47345a0c3f4a7895f78a3c0ab3812f3324f96b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Dec 18 07:15:41 2018 +0000 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Feb 25 08:40:58 2019 +0100 |
tree | a46ecfbee4ac64280cbeae524c54ab31e7fca21d | |
parent | 5908e6b738e3357af42c10e1183753c70a0117a9 [diff] |
mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' static Fixes the following sparse warning: drivers/mmc/host/sdhci_am654.c:161:18: warning: symbol 'sdhci_am654_ops' was not declared. Should it be static? Fixes: aff88ff23512 ("mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>