Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bo Shen and committed by
Mark Brown
10175b3b cede8d7a

+1 -1
+1 -1
include/linux/atmel-ssc.h
··· 11 11 12 12 struct ssc_device { 13 13 struct list_head list; 14 - resource_size_t phybase; 14 + dma_addr_t phybase; 15 15 void __iomem *regs; 16 16 struct platform_device *pdev; 17 17 struct atmel_ssc_platform_data *pdata;