diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2014-11-04 13:42:41 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-11-10 14:40:51 +0300 |
commit | 1c3d5f6ddcb915c0e702cf513bad4a3b1583f48f (patch) | |
tree | 72cac80641c26c4fc3f5ad64fe28bad82e257ab0 /include/media/s3c_camif.h | |
parent | b5ffa6749c596234243731e458739a2d793fb944 (diff) | |
download | linux-1c3d5f6ddcb915c0e702cf513bad4a3b1583f48f.tar.xz |
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>
Diffstat (limited to 'include/media/s3c_camif.h')
0 files changed, 0 insertions, 0 deletions