summaryrefslogtreecommitdiffstats
path: root/include/linux/atmel-ssc.h
diff options
context:
space:
mode:
authorBo Shen2013-07-03 10:37:59 +0200
committerMark Brown2013-07-15 12:07:56 +0200
commit10175b3b2fdd287515db4c103d96b323bb4cd690 (patch)
tree979281f0af0861620343697bfe4c0825b93917d9 /include/linux/atmel-ssc.h
parentASoC: atmel-pcm-dma: move prepare for dma to dai prepare (diff)
downloadkernel-qcow2-linux-10175b3b2fdd287515db4c103d96b323bb4cd690.tar.gz
kernel-qcow2-linux-10175b3b2fdd287515db4c103d96b323bb4cd690.tar.xz
kernel-qcow2-linux-10175b3b2fdd287515db4c103d96b323bb4cd690.zip
ARM: atmel-ssc: change phybase type to dma_addr_t
as the phybase paramter only used for DMA operation, change it's type from resource_size_t to dma_addr_t Signed-off-by: Bo Shen <voice.shen@atmel.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/atmel-ssc.h')
-rw-r--r--include/linux/atmel-ssc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/atmel-ssc.h b/include/linux/atmel-ssc.h
index deb0ae58b99b..66a0e5384edd 100644
--- a/include/linux/atmel-ssc.h
+++ b/include/linux/atmel-ssc.h
@@ -11,7 +11,7 @@ struct atmel_ssc_platform_data {
struct ssc_device {
struct list_head list;
- resource_size_t phybase;
+ dma_addr_t phybase;
void __iomem *regs;
struct platform_device *pdev;
struct atmel_ssc_platform_data *pdata;