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

Commit 4e795505 authored by Atul Raut's avatar Atul Raut Committed by Gerrit - the friendly Code Review server
Browse files

msm: sps: Build breaks when !CONFIG_SPS



Fix compilation when flag CONFIG_SPS
not set

CRs-Fixed: 1098465
Change-Id: I8704513225de128ccc489b62617e48a4432426cc
Signed-off-by: default avatarAtul Raut <araut@codeaurora.org>
parent 981dbde5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1623,7 +1623,7 @@ static inline int sps_bam_process_irq(unsigned long dev)
}

static inline int sps_get_bam_addr(unsigned long dev, phys_addr_t *base,
				u32 *size);
				u32 *size)
{
	return -EPERM;
}