diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-07-03 04:37:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 06:07:56 -0400 |
commit | 10175b3b2fdd287515db4c103d96b323bb4cd690 (patch) | |
tree | 979281f0af0861620343697bfe4c0825b93917d9 | |
parent | cede8d7aaa60bd7c03b9ec5eb43b09714710b8ba (diff) |
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>
-rw-r--r-- | include/linux/atmel-ssc.h | 2 |
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 { | |||
11 | 11 | ||
12 | struct ssc_device { | 12 | struct ssc_device { |
13 | struct list_head list; | 13 | struct list_head list; |
14 | resource_size_t phybase; | 14 | dma_addr_t phybase; |
15 | void __iomem *regs; | 15 | void __iomem *regs; |
16 | struct platform_device *pdev; | 16 | struct platform_device *pdev; |
17 | struct atmel_ssc_platform_data *pdata; | 17 | struct atmel_ssc_platform_data *pdata; |