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

Commit b295b14e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: coresight: Fix compilation error"

parents 5bc5bb65 6ce8ab38
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