]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: Rename adma_desc to adma_table
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 4 Nov 2014 10:42:39 +0000 (12:42 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:50 +0000 (12:40 +0100)
commit4efaa6fbe1fd5e86ab2fee4cdcfc6873dab60716
treeadae970906093fd2dfe9c46abfce9294880841ac
parent08621b18a15ee21601ad8133565d283610b493d8
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>
drivers/mmc/host/sdhci.c
include/linux/mmc/sdhci.h