summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/quirks.h
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2017-02-15 11:36:47 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2017-02-15 13:34:27 +0300
commit8c7cdbf9272c300dc093da3c62fa3b4bc6dc960e (patch)
tree40ca537d14e2a8ab2d307456a28cb5189aee9c5f /drivers/mmc/core/quirks.h
parent0e9cfcf44e4aced8d45f409dcb48a0994fa77979 (diff)
downloadlinux-8c7cdbf9272c300dc093da3c62fa3b4bc6dc960e.tar.xz
mmc: core: add mmc prefix for blk_fixups
That makes all the quirks table look more consistent. 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/quirks.h')
-rw-r--r--drivers/mmc/core/quirks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/quirks.h b/drivers/mmc/core/quirks.h
index 7c195e744b33..fb725934fa21 100644
--- a/drivers/mmc/core/quirks.h
+++ b/drivers/mmc/core/quirks.h
@@ -13,7 +13,7 @@
#include "card.h"
-static const struct mmc_fixup blk_fixups[] = {
+static const struct mmc_fixup mmc_blk_fixups[] = {
#define INAND_CMD38_ARG_EXT_CSD 113
#define INAND_CMD38_ARG_ERASE 0x00
#define INAND_CMD38_ARG_TRIM 0x01