summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/Makefile
diff options
context:
space:
mode:
authorShawn Lin2017-02-15 09:35:28 +0100
committerUlf Hansson2017-02-15 11:34:26 +0100
commit28fc64af63488d701184977481b263f31d856984 (patch)
treef71c39928ffd7023de9187bde2d1c694d1e0e152 /drivers/mmc/core/Makefile
parentmmc: sdhci-cadence: fix bit shift of read data from PHY port (diff)
downloadkernel-qcow2-linux-28fc64af63488d701184977481b263f31d856984.tar.gz
kernel-qcow2-linux-28fc64af63488d701184977481b263f31d856984.tar.xz
kernel-qcow2-linux-28fc64af63488d701184977481b263f31d856984.zip
mmc: core: change quirks.c to be a header file
Rename quirks.c to quirks.h, and include it for individual C files which need it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/core/Makefile')
-rw-r--r--drivers/mmc/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/Makefile b/drivers/mmc/core/Makefile
index 0f81464fa824..7e3ed1aeada2 100644
--- a/drivers/mmc/core/Makefile
+++ b/drivers/mmc/core/Makefile
@@ -7,7 +7,7 @@ mmc_core-y := core.o bus.o host.o \
mmc.o mmc_ops.o sd.o sd_ops.o \
sdio.o sdio_ops.o sdio_bus.o \
sdio_cis.o sdio_io.o sdio_irq.o \
- quirks.o slot-gpio.o
+ slot-gpio.o
mmc_core-$(CONFIG_OF) += pwrseq.o
obj-$(CONFIG_PWRSEQ_SIMPLE) += pwrseq_simple.o
obj-$(CONFIG_PWRSEQ_SD8787) += pwrseq_sd8787.o