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

Commit 6ce8ab38 authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

drivers: coresight: Fix compilation error



Fix compilation error when CORESIGHT_CSR is not defined.

Change-Id: I3b99e7433f3d637fbd6cb8db451ec46383dd5668
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent b0f0e2bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ static inline void msm_qdss_csr_disable_bam_to_usb(void) {}
static inline void msm_qdss_csr_disable_flush(void) {}
static inline int coresight_csr_hwctrl_set(uint64_t addr,
					   uint32_t val) { return -EINVAL; }
extern void coresight_csr_set_byte_cntr(uint32_t count) {}
static inline void coresight_csr_set_byte_cntr(uint32_t count) {}
#endif

#endif