]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()
authorAdrian Hunter <adrian.hunter@intel.com>
Sun, 12 Apr 2020 09:03:47 +0000 (12:03 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 28 May 2020 09:20:58 +0000 (11:20 +0200)
commitd6839cd10ef558b9e0395789bc1a591a18c9bda0
treea96ccbebd0e4e80dfd10e66eec37297f15b5c2c0
parent6161e10c5ff319dcdd42f66c6d12678f9ef3dbd1
mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()

sdhci_finish_data() is defined before it is referenced, so forward
declaration is not necessary.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Tested-by: Baolin Wang <baolin.wang7@gmail.com>
Link: https://lore.kernel.org/r/20200412090349.1607-4-adrian.hunter@intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c