mmc: cqhci: rename cqhci.c to cqhci-core.c
authorEric Biggers <ebiggers@google.com>
Tue, 26 Jan 2021 00:14:49 +0000 (16:14 -0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Feb 2021 11:02:33 +0000 (12:02 +0100)
Rename cqhci.c to cqhci-core.c so that another source file can be added
to the cqhci module without having to rename the module.

Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-and-tested-by: Peng Zhou <peng.zhou@mediatek.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20210126001456.382989-3-ebiggers@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Makefile
drivers/mmc/host/cqhci-core.c [moved from drivers/mmc/host/cqhci.c with 100% similarity]

index d2ec428..19687ad 100644 (file)
@@ -102,6 +102,7 @@ obj-$(CONFIG_MMC_SDHCI_BRCMSTB)             += sdhci-brcmstb.o
 obj-$(CONFIG_MMC_SDHCI_OMAP)           += sdhci-omap.o
 obj-$(CONFIG_MMC_SDHCI_SPRD)           += sdhci-sprd.o
 obj-$(CONFIG_MMC_CQHCI)                        += cqhci.o
+cqhci-y                                        += cqhci-core.o
 obj-$(CONFIG_MMC_HSQ)                  += mmc_hsq.o
 
 ifeq ($(CONFIG_CB710_DEBUG),y)