OSDN Git Service

mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 18 Dec 2018 07:15:41 +0000 (07:15 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Feb 2019 07:40:58 +0000 (08:40 +0100)
commit4e47345a0c3f4a7895f78a3c0ab3812f3324f96b
treea46ecfbee4ac64280cbeae524c54ab31e7fca21d
parent5908e6b738e3357af42c10e1183753c70a0117a9
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>
drivers/mmc/host/sdhci_am654.c