diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-02-15 16:35:28 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-02-15 11:34:26 +0100 |
commit | 28fc64af63488d701184977481b263f31d856984 (patch) | |
tree | f71c39928ffd7023de9187bde2d1c694d1e0e152 /drivers/mmc/core/sdio.c | |
parent | 4e03f628b464e0580abadf5161eaa38c61d20943 (diff) | |
download | linux-28fc64af63488d701184977481b263f31d856984.tar.bz2 |
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/sdio.c')
-rw-r--r-- | drivers/mmc/core/sdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c index a64a8709ec72..f092a55c5064 100644 --- a/drivers/mmc/core/sdio.c +++ b/drivers/mmc/core/sdio.c @@ -23,6 +23,7 @@ #include "card.h" #include "host.h" #include "bus.h" +#include "quirks.h" #include "sd.h" #include "sdio_bus.h" #include "mmc_ops.h" |