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

Commit 28b49793 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: sps: Use iomem attribute for base address"

parents e4dca140 880a623b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ struct sps_bam_props {
 *
 */
struct sps_mem_buffer {
	void *base;
	void __iomem *base;
	phys_addr_t phys_base;
	unsigned long iova;
	u32 size;