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)
commit0653300224a696719953a19efe13e1c6e9b8cceb
treea5484690cb105fd3a7e23792eb2bf1c52e78efa1
parent93f1c150cb0d043e1e8985db7824b4e2e1ac653f
mmc: cqhci: rename cqhci.c to cqhci-core.c

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 [new file with mode: 0644]
drivers/mmc/host/cqhci.c [deleted file]