diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-02-15 11:35:28 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-02-15 13:34:26 +0300 |
commit | 28fc64af63488d701184977481b263f31d856984 (patch) | |
tree | f71c39928ffd7023de9187bde2d1c694d1e0e152 /drivers/mmc/core/card.h | |
parent | 4e03f628b464e0580abadf5161eaa38c61d20943 (diff) | |
download | linux-28fc64af63488d701184977481b263f31d856984.tar.xz |
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/card.h')
-rw-r--r-- | drivers/mmc/core/card.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/core/card.h b/drivers/mmc/core/card.h index 95e8fc54eb21..f06cd91964ce 100644 --- a/drivers/mmc/core/card.h +++ b/drivers/mmc/core/card.h @@ -218,6 +218,4 @@ static inline int mmc_card_broken_hpi(const struct mmc_card *c) return c->quirks & MMC_QUIRK_BROKEN_HPI; } -void mmc_fixup_device(struct mmc_card *card, const struct mmc_fixup *table); - #endif |