Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10175b3b authored by Bo Shen's avatar Bo Shen Committed by Mark Brown
Browse files

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: default avatarBo Shen <voice.shen@atmel.com>
Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent cede8d7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;