aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2014-11-04 05:42:39 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2014-11-10 06:40:50 -0500
commit4efaa6fbe1fd5e86ab2fee4cdcfc6873dab60716 (patch)
treeadae970906093fd2dfe9c46abfce9294880841ac /include/linux/mmc
parent08621b18a15ee21601ad8133565d283610b493d8 (diff)
mmc: sdhci: Rename adma_desc to adma_table
In preparation for 64-bit ADMA, rename adma_desc to adma_table. That is because members will be added for descriptor size and table size, so using adma_desc (which is the table) is confusing. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/sdhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
index dba793e3a331..76e04324cc33 100644
--- a/include/linux/mmc/sdhci.h
+++ b/include/linux/mmc/sdhci.h
@@ -155,7 +155,7 @@ struct sdhci_host {
155 155
156 int sg_count; /* Mapped sg entries */ 156 int sg_count; /* Mapped sg entries */
157 157
158 u8 *adma_desc; /* ADMA descriptor table */ 158 u8 *adma_table; /* ADMA descriptor table */
159 u8 *align_buffer; /* Bounce buffer */ 159 u8 *align_buffer; /* Bounce buffer */
160 160
161 dma_addr_t adma_addr; /* Mapped ADMA descr. table */ 161 dma_addr_t adma_addr; /* Mapped ADMA descr. table */