summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-07-13 15:11:31 +0800
committerTerry Lv <r65388@freescale.com>2012-07-25 13:10:56 +0800
commit3b6ff3e8590f5ad33c05bcd67e6dd1476f6e4348 (patch)
tree587dbdf139cc356c317a24b3e5b5bfcc9cf383f5 /include
parent18101ce9160f007eb90758463ebcc2301e7d46d7 (diff)
ENGR00217122 mmc: esdhc: move sd3.0 tuning routine into pltfm
in mx6q/dl, move fsl tuning procedure into platform driver code from common code hacking. Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 94ff413f39fe..472b157d9ec0 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -74,9 +74,6 @@ struct mmc_ios {
#define MMC_SET_DRIVER_TYPE_A 1
#define MMC_SET_DRIVER_TYPE_C 2
#define MMC_SET_DRIVER_TYPE_D 3
- unsigned int tuning_flag; /* request tuning only */
- unsigned int finish_tuning_flag;
- unsigned int tuning; /* tuning parameter */
};
struct mmc_host_ops {