]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit955e58e54e91669c2630e88c0d435bfe87d62f86
treea46ecfbee4ac64280cbeae524c54ab31e7fca21d
parent03da1abcd91b3a8c9caf148dd5d86d2a7113f564
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