mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 4 Nov 2014 10:42:41 +0000 (12:42 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:51 +0000 (12:40 +0100)
commit1c3d5f6ddcb915c0e702cf513bad4a3b1583f48f
tree72cac80641c26c4fc3f5ad64fe28bad82e257ab0
parentb5ffa6749c596234243731e458739a2d793fb944
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data

It is kernel-style to use 'void *' for anonymous data.
This is being applied to the ADMA bounce buffer which
contains unaligned bytes, and to the ADMA descriptor
table which will contain 32-bit ADMA descriptors
or 64-bit ADMA descriptors when support is added.

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